Skip to content

Commit 4538d75

Browse files
committed
Remove cache of ~/.local for mac builds
1 parent ea39c3f commit 4538d75

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/build.yml

-6
Original file line numberDiff line numberDiff line change
@@ -131,12 +131,6 @@ jobs:
131131
devbox run -- cabal freeze --only-dependencies
132132
sed -i '' -e '$ d' cabal.project.freeze
133133
134-
- name: Cache cabal store
135-
uses: actions/cache@v4
136-
with:
137-
path: ~/.local
138-
key: store-${{ matrix.os }}-${{ hashFiles('devbox.lock', 'cabal.project.freeze') }}
139-
140134
- name: Cache cabal cache
141135
uses: actions/cache@v4
142136
with:

0 commit comments

Comments
 (0)