Version ghcup (#3)

* Version ghcup

* Don't cache something that needs to be tested for correctness
This commit is contained in:
Jared Weakly
2020-04-27 17:22:46 -07:00
committed by GitHub
parent 68697853e3
commit 9bd8f8d45b
4 changed files with 26 additions and 16 deletions

View File

@@ -44,13 +44,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/cache@v1
if: matrix.os == 'macOS-latest'
with:
path: ~/.ghcup
key: ${{ runner.os }}-${{ matrix.ghc }}-ghcup
- uses: ./
with:
ghc-version: ${{ matrix.ghc }}