1
1
mirror of https://github.com/github/semantic.git synced 2024-12-26 00:12:29 +03:00

Bust store cache

This commit is contained in:
Timothy Clem 2020-01-22 10:37:52 -08:00
parent 11d0accf3e
commit 9af6d028ea

View File

@ -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 }}-v1-cabal-store key: ${{ runner.os }}-${{ matrix.ghc }}-v2-cabal-store
- uses: actions/cache@v1 - uses: actions/cache@v1
name: Cache dist-newstyle name: Cache dist-newstyle