Skip to content

Commit

Permalink
Invalidate GHA cache (see haskell#8356)
Browse files Browse the repository at this point in the history
  • Loading branch information
fgaz committed Aug 11, 2022
1 parent 131d672 commit 6ef5f5a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
path: |
${{ steps.setup-haskell.outputs.cabal-store }}
dist-*
key: ${{ runner.os }}-${{ matrix.ghc }}-20220419-${{ github.sha }}
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-20220419-
key: ${{ runner.os }}-${{ matrix.ghc }}-20220811-${{ github.sha }}
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-20220811-

# The '+exe' constraint below is important, otherwise cabal-install
# might decide to build the library but not the executable which is
Expand Down Expand Up @@ -218,8 +218,8 @@ jobs:
path: |
${{ steps.setup-haskell.outputs.cabal-store }}
dist-*
key: ${{ runner.os }}-${{ matrix.ghc }}-20220419-${{ github.sha }}
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-20220419-
key: ${{ runner.os }}-${{ matrix.ghc }}-20220811-${{ github.sha }}
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-20220811-

- name: Install cabal-plan
run: |
Expand Down

0 comments on commit 6ef5f5a

Please sign in to comment.