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:
182
182
183
183
- name : Generate build system
184
184
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
186
186
187
187
- name : Save vcpkg binary cache
188
188
uses : actions/cache/save@v4
Original file line number Diff line number Diff line change 16
16
"cacheVariables" : {
17
17
"VCPKG_TARGET_TRIPLET" : " x64-windows" ,
18
18
"BUILD_GUI" : " ON" ,
19
- "WITH_QRENCODE" : " OFF" ,
20
- "WITH_NATPMP" : " OFF"
19
+ "WITH_QRENCODE" : " OFF"
21
20
}
22
21
},
23
22
{
34
33
"cacheVariables" : {
35
34
"VCPKG_TARGET_TRIPLET" : " x64-windows-static" ,
36
35
"BUILD_GUI" : " ON" ,
37
- "WITH_QRENCODE" : " OFF" ,
38
- "WITH_NATPMP" : " OFF"
36
+ "WITH_QRENCODE" : " OFF"
39
37
}
40
38
}
41
39
]
You can’t perform that action at this time.
0 commit comments