Skip to content

Commit b3f3782

Browse files
committed
Try not caching store in validate jobs to avoid double package bugs
1 parent b3a843a commit b3f3782

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/validate.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ jobs:
6565

6666
# See the following link for a breakdown of the following step
6767
# 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-
7676

7777
- name: Work around git problem https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586 (cabal PR #8546)
7878
run: |

0 commit comments

Comments
 (0)