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