File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -65,14 +65,14 @@ jobs:
65
65
66
66
# See the following link for a breakdown of the following step
67
67
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
68
- - uses : actions/cache@v2
69
- with :
70
- # validate.sh uses a special build dir
71
- path : |
72
- ${{ steps.setup-haskell.outputs.cabal-store }}
73
- dist-*
74
- key : ${{ runner.os }}-${{ matrix.ghc }}-20220419-${{ github.sha }}
75
- restore-keys : ${{ runner.os }}-${{ matrix.ghc }}-20220419-
68
+ # - uses: actions/cache@v2
69
+ # with:
70
+ # # validate.sh uses a special build dir
71
+ # path: |
72
+ # ${{ steps.setup-haskell.outputs.cabal-store }}
73
+ # dist-*
74
+ # key: ${{ runner.os }}-${{ matrix.ghc }}-20220419-${{ github.sha }}
75
+ # restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-20220419-
76
76
77
77
- name : Work around git problem https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586 (cabal PR # 8546)
78
78
run : |
You can’t perform that action at this time.
0 commit comments