We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 596075c commit c28dfdfCopy full SHA for c28dfdf
1 file changed
.github/workflows/codeql.yml
@@ -88,7 +88,7 @@ jobs:
88
shell: bash
89
run: |
90
./autogen.sh
91
- ./configure
+ ./configure CC=gcc-14
92
make check
93
94
- name: Perform CodeQL Analysis
0 commit comments