From 565c8c7f95a57835f4900d0d257a72688efb6236 Mon Sep 17 00:00:00 2001 From: Tom Lin Date: Tue, 30 Nov 2021 19:03:04 +0000 Subject: [PATCH] Fix cache path --- .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 423064a..0d6b736 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -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'