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
|
||||
if: ${{ !env.ACT }}
|
||||
id: prepare-compilers
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v3
|
||||
with:
|
||||
path: ./compilers
|
||||
key: ${{ runner.os }}-${{ hashFiles('./src/ci-prepare-bionic.sh') }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user