diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2a6525a..207123e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,6 +33,8 @@ jobs: target: i686-pc-windows-msvc steps: - uses: actions/checkout@v4 + - name: Install corresponding target + run: rustup target add ${{ matrix.target }} - name: Build all features run: cargo build --verbose --all-features --target ${{ matrix.target }} - name: Run tests