Skip to content

Commit 194c144

Browse files
committed
ci: Skip broken qt package on Windows
1 parent 6c261d2 commit 194c144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
job-type: [standard, fuzz]
175175
include:
176176
- job-type: standard
177-
generate-options: '-DBUILD_GUI=ON -DWITH_BDB=ON -DWITH_ZMQ=ON -DBUILD_BENCH=ON -DWERROR=ON'
177+
generate-options: '-DVCPKG_MANIFEST_NO_DEFAULT_FEATURES=ON -DVCPKG_MANIFEST_FEATURES="tests;wallet;berkeleydb;zeromq" -DBUILD_GUI=OFF -DWITH_BDB=ON -DWITH_ZMQ=ON -DBUILD_BENCH=ON -DWERROR=ON'
178178
job-name: 'Win64 native, VS 2022'
179179
- job-type: fuzz
180180
generate-options: '-DVCPKG_MANIFEST_NO_DEFAULT_FEATURES=ON -DVCPKG_MANIFEST_FEATURES="wallet" -DBUILD_GUI=OFF -DBUILD_FOR_FUZZING=ON -DWERROR=ON'

0 commit comments

Comments
 (0)