1
1
mirror of https://github.com/github/semantic.git synced 2024-12-23 23:11:50 +03:00

Try to bust these caches

This commit is contained in:
Timothy Clem 2019-12-18 11:24:23 -08:00
parent 1aea6200dd
commit 4effc2b10b

View File

@ -31,13 +31,13 @@ jobs:
name: Cache ~/.cabal/packages
with:
path: ~/.cabal/packages
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-packages
key: ${{ runner.os }}-${{ matrix.ghc }}-v1-cabal-packages
- uses: actions/cache@v1
name: Cache ~/.cabal/store
with:
path: ~/.cabal/store
key: ${{ runner.os }}-${{ matrix.ghc }}-cabal-store
key: ${{ runner.os }}-${{ matrix.ghc }}-v1-cabal-store
- uses: actions/cache@v1
name: Cache dist-newstyle