From f1ebfe94419d12ef42b7f932a651b1630a071e1e Mon Sep 17 00:00:00 2001 From: myk002 Date: Sun, 5 Jun 2022 21:21:23 -0700 Subject: [PATCH] key the DF cache on the hash of download-df.sh --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ef4187be..31fde3b1d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -60,7 +60,7 @@ jobs: uses: actions/cache@v2 with: path: ~/DF - key: ${{ steps.env_setup.outputs.df_version }} + key: ${{ steps.env_setup.outputs.df_version }}-${{ hashFiles('ci/download-df.sh') }} - name: Fetch ccache uses: actions/cache@v2 with: