File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change 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
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') }}
You can’t perform that action at this time.
0 commit comments