Fix CI cache version
This commit is contained in:
parent
a542f3bf67
commit
aea4e7d2a4
2
.github/workflows/main.yaml
vendored
2
.github/workflows/main.yaml
vendored
@ -85,7 +85,7 @@ jobs:
|
|||||||
- name: Cache compiler
|
- name: Cache compiler
|
||||||
if: ${{ !env.ACT }}
|
if: ${{ !env.ACT }}
|
||||||
id: prepare-compilers
|
id: prepare-compilers
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: ./compilers
|
path: ./compilers
|
||||||
key: ${{ runner.os }}-${{ hashFiles('./src/ci-prepare-bionic.sh') }}
|
key: ${{ runner.os }}-${{ hashFiles('./src/ci-prepare-bionic.sh') }}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user