mirror of
https://github.com/github/semantic.git
synced 2024-12-29 01:42:43 +03:00
cache buster, cache buster, bust me a cache
This commit is contained in:
parent
a9485a0d0f
commit
816511846d
2
.github/workflows/haskell.yml
vendored
2
.github/workflows/haskell.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
name: Cache ~/.cabal/store
|
name: Cache ~/.cabal/store
|
||||||
with:
|
with:
|
||||||
path: ~/.cabal/store
|
path: ~/.cabal/store
|
||||||
key: ${{ runner.os }}-${{ matrix.ghc }}-v6-cabal-store
|
key: ${{ runner.os }}-${{ matrix.ghc }}-v7-cabal-store
|
||||||
|
|
||||||
- uses: actions/cache@v1
|
- uses: actions/cache@v1
|
||||||
name: Cache dist-newstyle
|
name: Cache dist-newstyle
|
||||||
|
Loading…
Reference in New Issue
Block a user