From 9c14e02fa30ce94a9635854d032294692578e02e Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Sun, 19 Jan 2020 22:12:11 +0000 Subject: [PATCH] Hash based on hieref --- .github/workflows/haskell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index 1e80a3c..86507b4 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -37,7 +37,7 @@ jobs: uses: actions/cache@v1.1.0 with: path: ~/.cabal - key: ${{ runner.OS }}-${{ matrix.ghc }}-cabal-${{ hashFiles('*.cabal') }} + key: ${{ runner.OS }}-${{ matrix.ghc }}-cabal-${{ env.hieref }} restore-keys: | ${{ runner.OS }}-${{ matrix.ghc }}-cabal -- 2.30.2