Skip to content

Commit

Permalink
Disable caching of dist-newstyle for ghc-8.10.7 only
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisdral committed Aug 14, 2023
1 parent 758e655 commit 957466a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ jobs:
# key and restore keys.
- name: "Cache dist-newstyle"
uses: actions/cache@v3
if: matrix.ghc!='8.10.7'
with:
path: dist-newstyle
key: cache-dist-${{ env.CABAL_CACHE_VERSION }}-${{ runner.os }}-${{ matrix.ghc }}-${{ env.WEEKNUM }}-${{ hashFiles('dependencies.txt') }}
Expand Down

0 comments on commit 957466a

Please sign in to comment.