From c240bf1a827b31e4e659b4ce58c1a6e698aeb36c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffan=20S=C3=B8lvsten?= Date: Mon, 13 Mar 2023 15:11:52 +0100 Subject: [PATCH] Specify MSVC version The default seems to be 14.xxx, which has a bug that makes the unit tests not compile. --- .github/workflows/test_windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_windows.yml b/.github/workflows/test_windows.yml index 61973a829..63abc4dfc 100644 --- a/.github/workflows/test_windows.yml +++ b/.github/workflows/test_windows.yml @@ -42,7 +42,7 @@ jobs: # Install dependencies - name: Set up Developer Command Prompt (p1) - uses: ilammy/msvc-dev-cmd@v1 + uses: ilammy/msvc-dev-cmd@v1.12.1 with: arch: x64