Skip to content

Commit

Permalink
try one more variant of caching
Browse files Browse the repository at this point in the history
  • Loading branch information
JacquesCarette committed Aug 8, 2023
1 parent fe04b8a commit d75646c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,10 @@ jobs:
id: cache-cabal
with:
path: |
~/.local/state/cabal/packages
~/.local/state/cabal/store
~/.local/state/cabal/bin
~/.local/bin
~/.cabal/packages
~/.cabal/store
~/.cabal/bin
~/.cabal/share
key: ${{ runner.os }}-${{ env.GHC_VERSION }}-${{ env.CABAL_VERSION }}-${{ env.AGDA_COMMIT }}

########################################################################
Expand Down

0 comments on commit d75646c

Please sign in to comment.