Skip to content

Commit

Permalink
Specify MSVC version
Browse files Browse the repository at this point in the history
The default seems to be 14.xxx, which has a bug that makes the unit tests not
compile.
  • Loading branch information
SSoelvsten committed Mar 13, 2023
1 parent 17f4fe7 commit c240bf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c240bf1

Please sign in to comment.