diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index fbc3f6f3..11534685 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -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: