Skip to content

Commit bed5dad

Browse files
committed
Upgrade MSVC compiler to support sparrow
1 parent 9274a4c commit bed5dad

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build_steps.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,15 @@ jobs:
116116
- name: Install Required MSVC
117117
if: matrix.os == 'windows'
118118
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"
120120
choco install -y ninja
121121
122122
- name: Enable Windows compiler commands
123123
if: matrix.os == 'windows'
124124
uses: TheMrMilchmann/setup-msvc-dev@v3
125125
with:
126126
arch: x64
127-
toolset: 14.41
128-
vs-path: 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools'
127+
toolset: 14.44
129128

130129
- name: Setup cmake
131130
uses: jwlawson/actions-setup-cmake@v2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
set(VCPKG_TARGET_ARCHITECTURE x64)
22
set(VCPKG_CRT_LINKAGE static)
33
set(VCPKG_LIBRARY_LINKAGE static)
4-
set(VCPKG_PLATFORM_TOOLSET_VERSION 14.41)
4+
set(VCPKG_PLATFORM_TOOLSET_VERSION 14.44)

0 commit comments

Comments
 (0)