Skip to content

Commit 0c5d0ea

Browse files
committed
Remove the cache/save action from CI
1 parent 610494d commit 0c5d0ea

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/master.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
path: |
5151
${{ steps.setup-haskell.outputs.cabal-store }}
5252
dist-newstyle
53-
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('**/plan.json') }}
53+
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('./dist-newstyle/cache/plan.json') }}
5454
restore-keys: ${{ runner.os }}-ghc-${{ matrix.ghc }}-
5555

5656
- name: Install doctest
@@ -82,12 +82,3 @@ jobs:
8282
(cd servant-conduit && eval $DOCTEST)
8383
(cd servant-pipes && eval $DOCTEST)
8484
(cd servant-quickcheck && eval $DOCTEST)
85-
86-
- name: Save cache
87-
uses: actions/cache/save@v4
88-
if: always()
89-
with:
90-
path: |
91-
${{ steps.setup-haskell-cabal.outputs.cabal-store }}
92-
dist-newstyle
93-
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-cabal-${{ hashFiles('./.plan.json') }}

0 commit comments

Comments
 (0)