Fix CI cache path

This commit is contained in:
Tom Lin 2021-12-03 12:25:57 +00:00
parent 19c59cba73
commit 365d1a3601

View File

@ -66,7 +66,7 @@ jobs:
id: prepare-compilers id: prepare-compilers
uses: actions/cache@v2 uses: actions/cache@v2
with: with:
path: compilers path: ./src/compilers
key: ${{ runner.os }}-${{ hashFiles('./src/ci-prepare-bionic.sh') }} key: ${{ runner.os }}-${{ hashFiles('./src/ci-prepare-bionic.sh') }}
- name: Prepare compilers - name: Prepare compilers