Skip to content

Commit 80936f1

Browse files
committed
Remove coco cache on windows.
1 parent 73a276d commit 80936f1

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

-8
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,6 @@ jobs:
174174
steps:
175175
- uses: actions/checkout@v4
176176

177-
- name: Configure choco cache
178-
run: choco config set cacheLocation ./.choco-cache
179-
180-
- uses: actions/cache@v4
181-
with:
182-
path: ./.choco-cache
183-
key: choco-cache-${{ env.ghc }}-${{ env.cabal }}
184-
185177
- id: setup-haskell
186178
uses: haskell-actions/setup@v2
187179
with:

0 commit comments

Comments
 (0)