Skip to content

Commit 397660c

Browse files
committed
Fix build-mode and disable trap caching.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
1 parent dcb68ea commit 397660c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/codeql.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ jobs:
4949
uses: github/codeql-action/init@v4
5050
with:
5151
languages: ${{ matrix.language }}
52-
build-mode: ${{ matrix.language == 'cpp' && 'manual' || 'none' }}
52+
build-mode: none
53+
trap-caching: false
5354
# If you wish to specify custom queries, you can do so here or in a config file.
5455
# By default, queries listed here will override any specified in a config file.
5556
# Prefix the list here with "+" to use these queries and those in the config file.

0 commit comments

Comments
 (0)