Fix CI cache path
This commit is contained in:
parent
19c59cba73
commit
365d1a3601
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -66,7 +66,7 @@ jobs:
|
||||
id: prepare-compilers
|
||||
uses: actions/cache@v2
|
||||
with:
|
||||
path: compilers
|
||||
path: ./src/compilers
|
||||
key: ${{ runner.os }}-${{ hashFiles('./src/ci-prepare-bionic.sh') }}
|
||||
|
||||
- name: Prepare compilers
|
||||
|
||||
Loading…
Reference in New Issue
Block a user