We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a919fa9 commit fd15c91Copy full SHA for fd15c91
.github/workflows/build.yml
@@ -70,7 +70,7 @@ jobs:
70
- name: Cache cabal store
71
uses: actions/cache@v4
72
with:
73
- path: ~/.cache/cabal/packages
+ path: ~/.local/state/cabal/store
74
key: deps-linux-${{ env.ghc }}-${{ hashFiles('cabal.project.freeze') }}
75
76
- name: Cache build artifacts
0 commit comments