Skip to content

Commit

Permalink
Update MSVC version used in GitHub action.
Browse files Browse the repository at this point in the history
  • Loading branch information
breyerml committed Nov 9, 2023
1 parent 7863fab commit 7d93ea8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/msvc_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ jobs:
MSVC-Test:
runs-on: windows-latest
steps:
- name: "Install MSVC 17.XX"
- name: "Install MSVC 17.0"
uses: ilammy/[email protected]
with:
toolset: 17.XX
toolset: 17.0
- name: "Install cmake 3.22.2"
uses: lukka/[email protected]
- name: "Clone Step"
Expand Down

0 comments on commit 7d93ea8

Please sign in to comment.