ci: do not reuse Ubuntu job cache in CodeQL job

This commit is contained in:
Gabriel Ferreira
2022-11-12 14:11:15 -03:00
parent 87c85c8156
commit c5aa4dbd34

View File

@@ -77,8 +77,8 @@ jobs:
uses: actions/cache@v3
with:
path: .ccache
key: ubuntu-ci-${{env.time}}
restore-keys: ubuntu-ci-
key: ubuntu-codeql-${{env.time}}
restore-keys: ubuntu-codeql-
- name: Setup ccache
run: |
ccache --set-config=cache_dir="$GITHUB_WORKSPACE/.ccache"