Skip to content

Commit

Permalink
ci: Added missing configure options.
Browse files Browse the repository at this point in the history
  • Loading branch information
gto90 committed Dec 17, 2024
1 parent 2be32a4 commit 55a7a42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-coverage-ubuntu-full-qt-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
run: ./autogen.sh

- name: Configure
run: CONFIG_SITE=$PWD/depends/x86_64-linux-gnu/share/config.site ./configure --with-gui=yes
run: CONFIG_SITE=$PWD/depends/x86_64-linux-gnu/share/config.site ./configure --with-bdb --with-sqlite --with-gui=yes

- name: Make
run: make -j3
Expand Down

0 comments on commit 55a7a42

Please sign in to comment.