File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -171,6 +171,7 @@ jobs:
171
171
run : |
172
172
Set-Location "$env:VCPKG_INSTALLATION_ROOT"
173
173
Add-Content -Path "triplets\x64-windows.cmake" -Value "set(VCPKG_BUILD_TYPE release)"
174
+ Add-Content -Path "triplets\x64-windows-static.cmake" -Value "set(VCPKG_BUILD_TYPE release)"
174
175
175
176
- name : vcpkg tools cache
176
177
uses : actions/cache@v4
@@ -187,7 +188,7 @@ jobs:
187
188
188
189
- name : Generate build system
189
190
run : |
190
- cmake -B build --preset vs2022 -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake" -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
191
+ cmake -B build --preset vs2022-static -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake" -DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
191
192
192
193
- name : Save vcpkg binary cache
193
194
uses : actions/cache/save@v4
You can’t perform that action at this time.
0 commit comments