File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed
Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ jobs:
182182
183183 - name : Generate build system
184184 run : |
185- 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
185+ cmake -B build --preset vs2022-static -DCMAKE_TOOLCHAIN_FILE="$env:VCPKG_INSTALLATION_ROOT\scripts\buildsystems\vcpkg.cmake" -DBUILD_GUI=ON -DWITH_BDB=ON -DWITH_MINIUPNPC=ON -DWITH_ZMQ=ON - DBUILD_BENCH=ON -DBUILD_FUZZ_BINARY=ON -DWERROR=ON
186186
187187 - name : Save vcpkg binary cache
188188 uses : actions/cache/save@v4
Original file line number Diff line number Diff line change 1616 "cacheVariables" : {
1717 "VCPKG_TARGET_TRIPLET" : " x64-windows" ,
1818 "BUILD_GUI" : " ON" ,
19- "WITH_QRENCODE" : " OFF" ,
20- "WITH_NATPMP" : " OFF"
19+ "WITH_QRENCODE" : " OFF"
2120 }
2221 },
2322 {
3433 "cacheVariables" : {
3534 "VCPKG_TARGET_TRIPLET" : " x64-windows-static" ,
3635 "BUILD_GUI" : " ON" ,
37- "WITH_QRENCODE" : " OFF" ,
38- "WITH_NATPMP" : " OFF"
36+ "WITH_QRENCODE" : " OFF"
3937 }
4038 }
4139 ]
You can’t perform that action at this time.
0 commit comments