github: CodeQL currently doesn't support ccache
Just disable it but keep everything in place for now.
This commit is contained in:
@@ -6,6 +6,8 @@ env:
|
|||||||
CCACHE_BASEDIR: ${{ github.workspace }}
|
CCACHE_BASEDIR: ${{ github.workspace }}
|
||||||
CCACHE_COMPRESS: true
|
CCACHE_COMPRESS: true
|
||||||
CCACHE_MAXSIZE: 200M
|
CCACHE_MAXSIZE: 200M
|
||||||
|
# CodeQL currently doesn't support ccache
|
||||||
|
CCACHE_DISABLE: true
|
||||||
OS_NAME: linux
|
OS_NAME: linux
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|||||||
Reference in New Issue
Block a user