Skip to content

Commit acfa07a

Browse files
committed
tinker
1 parent 5582716 commit acfa07a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/haskell.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ jobs:
2424
env:
2525
cache-name: cache-stack
2626
with:
27-
path: |
28-
~/.stack
29-
.stack-work
27+
path: ~/.stack
3028
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/*.stack') }}
3129
restore-keys: |
3230
${{ runner.os }}-build-${{ env.cache-name }}-

0 commit comments

Comments
 (0)