mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-04 00:00:14 -04:00
github: CodeQL currently doesn't support ccache
Just disable it but keep everything in place for now.
This commit is contained in:
parent
8329455628
commit
44378d2521
2
.github/workflows/codeql.yml
vendored
2
.github/workflows/codeql.yml
vendored
@ -6,6 +6,8 @@ env:
|
||||
CCACHE_BASEDIR: ${{ github.workspace }}
|
||||
CCACHE_COMPRESS: true
|
||||
CCACHE_MAXSIZE: 200M
|
||||
# CodeQL currently doesn't support ccache
|
||||
CCACHE_DISABLE: true
|
||||
OS_NAME: linux
|
||||
|
||||
jobs:
|
||||
|
Loading…
x
Reference in New Issue
Block a user