Skip to content

Commit

Permalink
cmake, ci: Disable qt5 feature temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
hebasto committed Apr 3, 2024
1 parent 880f641 commit 418b4f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,8 @@ jobs:
- name: Generate build system
run: |
cmake -B build --preset ${{ matrix.conf.preset }} -DWERROR=ON
# TODO: Re-enable default features, once the liblzma package become available to build again.
cmake -B build --preset ${{ matrix.conf.preset }} -DWERROR=ON -DVCPKG_MANIFEST_NO_DEFAULT_FEATURES=ON -DVCPKG_MANIFEST_FEATURES="wallet;miniupnpc;zeromq;tests"
- name: Save vcpkg binary cache
uses: actions/cache/save@v4
Expand Down

0 comments on commit 418b4f4

Please sign in to comment.