Skip to content

Commit

Permalink
Attempt to fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
MadDeCoDeR committed Apr 5, 2024
1 parent 20c4087 commit 85e104f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cmake_windows_x64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
with:
vs-version: '[17.0, 18.0)'
vs-version: '[17.0, 17.4)'
msbuild-architecture: x64

- name: Cache Windows vcpkg
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cmake_windows_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: setup-msbuild
uses: microsoft/setup-msbuild@v2
with:
vs-version: '[17.0, 18.0)'
vs-version: '[17.0, 17.4)'
msbuild-architecture: Win32

- name: Cache Windows vcpkg
Expand Down
2 changes: 1 addition & 1 deletion vcpkg
Submodule vcpkg updated 183 files

0 comments on commit 85e104f

Please sign in to comment.