Skip to content

Commit

Permalink
Don't restore cabal store that isn't exact match on github action mac…
Browse files Browse the repository at this point in the history
… builds.
  • Loading branch information
robinheghan committed Jan 3, 2025
1 parent e702372 commit a919fa9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ jobs:
with:
path: ${{ steps.setup-haskell.outputs.cabal-store }}
key: deps-${{ matrix.os }}-${{ env.ghc }}-${{ hashFiles('cabal.project.freeze') }}
restore-keys: deps-${{ matrix.os }}-${{ env.ghc }}-

- name: Cache build artifacts
uses: actions/cache@v4
Expand Down

0 comments on commit a919fa9

Please sign in to comment.