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:
parent
1aea6200dd
commit
4effc2b10b
4
.github/workflows/haskell.yml
vendored
4
.github/workflows/haskell.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user