Fix cache path

This commit is contained in:
Tom Lin 2021-11-30 19:03:04 +00:00
parent f5fe55c204
commit 565c8c7f95

View File

@ -59,7 +59,7 @@ jobs:
uses: actions/cache@v2
with:
path: compilers
key: ${{ runner.os }}-${{ hashFiles('./src/ci-prepare-bionic.sh') }}
key: ${{ runner.os }}-${{ hashFiles('./ci-prepare-bionic.sh') }}
- name: Prepare compilers
if: steps.prepare-compilers.outputs.cache-hit != 'true'