Skip to content

Commit 10b6af0

Browse files
committed
GHA: Don't use actions/cache in stylish-haskell
1 parent c68317b commit 10b6af0

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/haskell.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,6 @@ jobs:
150150
run: |
151151
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
152152
153-
- uses: actions/cache@v3
154-
name: "Cache cabal store"
155-
with:
156-
path: ${{ steps.setup-haskell.outputs.cabal-store }}
157-
key: cache-dependencies-${{ env.CACHE_VERSION }}
158-
159153
- uses: actions/cache@v3
160154
name: "Cache `stylish-haskell`"
161155
with:

0 commit comments

Comments
 (0)