diff --git a/.github/workflows/haskell.yml b/.github/workflows/haskell.yml index cc2384c..267a00d 100644 --- a/.github/workflows/haskell.yml +++ b/.github/workflows/haskell.yml @@ -27,7 +27,7 @@ jobs: env: cache-name: cache-cabal with: - path: ~/.cabal + path: ./dist-newstyle/ key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/*.cabal') }}-${{ hashFiles('**/cabal.project') }} restore-keys: | ${{ runner.os }}-build-${{ env.cache-name }}-