Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWillard authored Oct 8, 2023
1 parent 9d41bb4 commit 8b4cc18
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
fetch-depth: 0

# Setup MSVC
- uses: ilammy/msvc-dev-cmd@v2
- uses: ilammy/msvc-dev-cmd@v1
with:
vsversion: '2022'
toolset: '14.XX'
vsversion: 2022
toolset: 14.XX

# Install latest CMake
- uses: lukka/get-cmake@latest
Expand Down

0 comments on commit 8b4cc18

Please sign in to comment.