File tree 3 files changed +6
-4
lines changed
3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ jobs:
180
180
CMAKE_C_COMPILER : " C:\\ Program Files (x86)\\ Microsoft Visual Studio\\ 2022\\ BuildTools\\ VC\\ Tools\\ MSVC\\ 14.41.34120\\ bin\\ Hostx64\\ x64\\ cl.exe"
181
181
working-directory : ${{github.workspace}}/cpp
182
182
run : |
183
- "./vcpkg/vcpkg- bootstrap.bat"
183
+ "./vcpkg/bootstrap-vcpkg .bat"
184
184
"$VSVARS_ALL_PATH/vcvars64.bat"
185
185
cmake --preset ${{env.ARCTIC_CMAKE_PRESET}} -DCMAKE_CXX_COMPILER="${{env.CXX}}"
186
186
Original file line number Diff line number Diff line change 63
63
"generator" : " Ninja" ,
64
64
"environment" : { "cmakepreset_expected_host_system" : " Windows" },
65
65
"cacheVariables" : {
66
- "ARCTICDB_USE_PCH" : " ON"
66
+ "ARCTICDB_USE_PCH" : " ON" ,
67
+ "VCPKG_OVERLAY_TRIPLETS" : " custom-triplets" ,
68
+ "VCPKG_TARGET_TRIPLET" : " x64-windows-static-1441" ,
69
+ "VCPKG_HOST_TRIPLET" : " x64-windows-static-1441"
67
70
}
68
71
},
69
72
{
80
83
},
81
84
"cacheVariables" : {
82
85
"CMAKE_C_COMPILER" : " cl" ,
83
- "CMAKE_CXX_COMPILER" : " cl" ,
84
- "VCPKG_TARGET_TRIPLET" : " x64-windows-static"
86
+ "CMAKE_CXX_COMPILER" : " cl"
85
87
}
86
88
},
87
89
{
File renamed without changes.
You can’t perform that action at this time.
0 commit comments