Skip to content

Commit a919fa9

Browse files
committed
Don't restore cabal store that isn't exact match on github action mac builds.
1 parent e702372 commit a919fa9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/build.yml

-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,6 @@ jobs:
134134
with:
135135
path: ${{ steps.setup-haskell.outputs.cabal-store }}
136136
key: deps-${{ matrix.os }}-${{ env.ghc }}-${{ hashFiles('cabal.project.freeze') }}
137-
restore-keys: deps-${{ matrix.os }}-${{ env.ghc }}-
138137

139138
- name: Cache build artifacts
140139
uses: actions/cache@v4

0 commit comments

Comments
 (0)