File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -116,16 +116,15 @@ jobs:
116
116
- name : Install Required MSVC
117
117
if : matrix.os == 'windows'
118
118
run : |
119
- choco install -y -f visualstudio2022buildtools --version=117.11.4 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/390666095_1317821361/channel"
119
+ choco install -y -f visualstudio2022buildtools --version=117.14.1 --params "--add Microsoft.VisualStudio.Component.VC.Tools.x86.x64 --installChannelUri https://aka.ms/vs/17/release/390666095_1317821361/channel"
120
120
choco install -y ninja
121
121
122
122
- name : Enable Windows compiler commands
123
123
if : matrix.os == 'windows'
124
124
uses : TheMrMilchmann/setup-msvc-dev@v3
125
125
with :
126
126
arch : x64
127
- toolset : 14.41
128
- vs-path : ' C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools'
127
+ toolset : 14.44
129
128
130
129
- name : Setup cmake
131
130
uses : jwlawson/actions-setup-cmake@v2
Original file line number Diff line number Diff line change 1
1
set (VCPKG_TARGET_ARCHITECTURE x64 )
2
2
set (VCPKG_CRT_LINKAGE static )
3
3
set (VCPKG_LIBRARY_LINKAGE static )
4
- set (VCPKG_PLATFORM_TOOLSET_VERSION 14.41 )
4
+ set (VCPKG_PLATFORM_TOOLSET_VERSION 14.44 )
You can’t perform that action at this time.
0 commit comments