Add missing strategy and target (#369)

This commit is contained in:
gusto 2023-09-04 13:28:07 +03:00 committed by GitHub
parent 1cbdbf0bfe
commit b9ef37e89e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 2 deletions

View File

@ -51,6 +51,7 @@ jobs:
with:
profile: minimal
toolchain: stable-gnu
target: x86_64-pc-windows-gnu
override: true
# Setup Rust toolchain for other OSes
- name: Setup Rust toolchain (Other OSes)
@ -78,8 +79,9 @@ jobs:
lints:
name: Rust lints
runs-on: ubuntu-latest
matrix:
feature: [libp2p, waku]
strategy:
matrix:
feature: [libp2p, waku]
steps:
- uses: actions/checkout@v2
with: