ci: do not reuse Ubuntu job cache in CodeQL job
This commit is contained in:
4
.github/workflows/per_commit.yml
vendored
4
.github/workflows/per_commit.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user