Skip to content

Commit

Permalink
Disabling gui for codeql
Browse files Browse the repository at this point in the history
  • Loading branch information
gto90 authored Jan 14, 2025
1 parent 6fe0078 commit b8027cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
# Configure and Build
./autogen.sh
CONFIG_SITE=$PWD/depends/aarch64-apple-darwin24.2.0/share/config.site ./configure --with-bdb --with-sqlite --with-gui=yes --with-zmq
CONFIG_SITE=$PWD/depends/aarch64-apple-darwin24.2.0/share/config.site ./configure --with-bdb --with-sqlite --with-gui=no --with-zmq
make -j2
- name: Perform CodeQL Analysis
Expand Down

0 comments on commit b8027cb

Please sign in to comment.