diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 4a92b773a2..edf715e5af 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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: