Skip to content

Commit

Permalink
Remove coco cache on windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
robinheghan committed Jan 4, 2025
1 parent 73a276d commit 80936f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,14 +174,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Configure choco cache
run: choco config set cacheLocation ./.choco-cache

- uses: actions/cache@v4
with:
path: ./.choco-cache
key: choco-cache-${{ env.ghc }}-${{ env.cabal }}

- id: setup-haskell
uses: haskell-actions/setup@v2
with:
Expand Down

0 comments on commit 80936f1

Please sign in to comment.