Skip to content

Commit e702372

Browse files
committed
Cache correct cabal store path on linux.
1 parent e7cf73c commit e702372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Cache cabal store
7171
uses: actions/cache@v4
7272
with:
73-
path: ~/.cabal/store
73+
path: ~/.cache/cabal/packages
7474
key: deps-linux-${{ env.ghc }}-${{ hashFiles('cabal.project.freeze') }}
7575

7676
- name: Cache build artifacts

0 commit comments

Comments
 (0)