1
1
mirror of https://github.com/github/semantic.git synced 2024-11-24 00:42:33 +03:00

Revert "Something is terribly wrong with the cache."

This reverts commit 3ecb6a99c7.
This commit is contained in:
Patrick Thomson 2020-02-11 13:02:36 -05:00
parent 3ecb6a99c7
commit 6162dbd191

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