github: CodeQL currently doesn't support ccache

Just disable it but keep everything in place for now.
This commit is contained in:
Tobias Brunner 2022-12-06 09:39:50 +01:00
parent 8329455628
commit 44378d2521

View File

@ -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: