Fix action cache key
This commit is contained in:
parent
ed960d88a3
commit
c378f93178
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: compilers
|
||||
key: ${{ runner.os }}-${{ hashFiles('./ci-prepare-bionic.sh') }}
|
||||
key: ${{ runner.os }}-${{ hashFiles('./src/ci-prepare-bionic.sh') }}
|
||||
|
||||
- name: Prepare compilers
|
||||
if: steps.prepare-compilers.outputs.cache-hit != 'true'
|
||||
|
||||
Loading…
Reference in New Issue
Block a user