Fix CI cache version

This commit is contained in:
Tom Lin 2023-09-24 21:45:47 +01:00
parent a542f3bf67
commit aea4e7d2a4

View File

@ -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') }}