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