Skip to content

Commit 07d1016

Browse files
committed
GHA: removed actions/cache from stylish-haskell
We are downloading `stylish-haskell` rather than building it, so no need to use `actions/cache`.
1 parent b61e23a commit 07d1016

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
@@ -111,12 +111,6 @@ jobs:
111111
run: |
112112
echo "$HOME/.cabal/bin" >> $GITHUB_PATH
113113
114-
- uses: actions/cache@v3
115-
name: "Cache cabal store"
116-
with:
117-
path: ${{ steps.setup-haskell.outputs.cabal-store }}
118-
key: cache-dependencies-${{ env.CACHE_VERSION }}
119-
120114
- name: Download stylish-haskell
121115
run: |
122116
version="${{ env.STYLISH_HASKELL_VERSION }}"

0 commit comments

Comments
 (0)