From e3c95553f21379981e25136a02e3b478630f2155 Mon Sep 17 00:00:00 2001 From: Miles Granger Date: Wed, 1 Jan 2025 20:07:00 +0100 Subject: [PATCH] Fixup --- .github/workflows/CI.yml | 4 ++++ 1 file changed, 4 insertions(+) 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