Skip to content

Commit 0c27d06

Browse files
committedMar 17, 2025··
ci: Skip broken qt package on Windows
1 parent 14aa023 commit 0c27d06

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)
Please sign in to comment.