diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 564dfa26..cc9fdf3d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -88,6 +88,10 @@ jobs: with: target: ${{ matrix.conf.target-triple }} + - name: Set MSVC developer prompt + if: runner.os == 'Windows' + uses: ilammy/msvc-dev-cmd@v + - name: Rust Tests if: matrix.conf.target == 'x86_64' && !startsWith(matrix.python-version, 'pypy') && matrix.python-version == '3.12' run: cargo test