Fix action cache key

This commit is contained in:
Tom Lin 2021-12-02 18:32:58 +00:00
parent ed960d88a3
commit c378f93178

View File

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