Skip to content

Commit

Permalink
Do not cache .ghc
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Dec 17, 2023
1 parent 837593d commit da21ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,8 @@ save: &save
save_cache:
key: v1-{{ .Environment.CIRCLE_JOB }}-{{ .Branch }}
paths:
- ~/.cabal
- ~/.ghc
- ~/.local
- ~/.cabal
- ~/.stack
- ~/.ghcup

Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/packcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,9 +137,8 @@ jobs:
name: Cache common directories
with:
path: |
~/.cabal
~/.ghc
~/.local
~/.cabal
~/.stack
~/.ghcup
key: ${{ matrix.command }}-${{ matrix.ghc_version }}-${{ matrix.runner }}
Expand Down

0 comments on commit da21ffb

Please sign in to comment.