Skip to content

Commit

Permalink
Revert "cmake, ci: Disable qt5 feature temporarily"
Browse files Browse the repository at this point in the history
This reverts commit 418b4f4.
  • Loading branch information
hebasto committed Apr 4, 2024
1 parent ede8a7d commit b2ccf9d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,7 @@ jobs:
- name: Generate build system
run: |
# 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"
cmake -B build --preset ${{ matrix.conf.preset }} -DWERROR=ON
- name: Save vcpkg binary cache
uses: actions/cache/save@v4
Expand Down

0 comments on commit b2ccf9d

Please sign in to comment.