diff --git a/.github/actions/cabal-cache/action.yml b/.github/actions/cabal-cache/action.yml index acafea7..207e049 100644 --- a/.github/actions/cabal-cache/action.yml +++ b/.github/actions/cabal-cache/action.yml @@ -5,7 +5,7 @@ runs: - name: Cache dependencies uses: actions/cache@v3 with: - path: ~/.cabal/store + path: ~/.local/state/cabal/store/ key: cabal-${{ runner.os }}-${{ hashFiles('cabal.project.freeze') }} restore-keys: | cabal-${{ runner.os }}