From c378f931786c4f929a6e6e0e1f6a3f53b6d83283 Mon Sep 17 00:00:00 2001 From: Tom Lin Date: Thu, 2 Dec 2021 18:32:58 +0000 Subject: [PATCH] Fix action cache key --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 9b7489b..c2bcdc9 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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'