Skip to content

Commit

Permalink
Remove step for caching ~/.ghcup under macOS
Browse files Browse the repository at this point in the history
Modify cabal-install workflow, remove the step caching ~/.ghcup under
macos.
  • Loading branch information
8c6794b6 committed Jul 9, 2024
1 parent 2e28d15 commit 5b52666
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/cabal-install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@ jobs:
path: ${{ steps.os.outputs.store }}
key: cabal-store-${{ env.cache-version }}

- name: Cache ghc under macOS
if: runner.os == 'macos'
uses: actions/cache@v4
with:
path: ~/.ghcup
key: ghcup-${{ runner.os }}-${{ env.cache-version }}

- name: Setup ghc and cabal-install
uses: haskell-actions/setup@v2

Expand Down

0 comments on commit 5b52666

Please sign in to comment.