Skip to content

Commit

Permalink
Update to newest version of MSVC setup action
Browse files Browse the repository at this point in the history
Otherwise, the default and newest version known is the 14.xxx, which is quite old.
  • Loading branch information
SSoelvsten committed Mar 13, 2023
1 parent 17f4fe7 commit 1beaa9f
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 1beaa9f

Please sign in to comment.