Version ghcup (#3)
* Version ghcup * Don't cache something that needs to be tested for correctness
This commit is contained in:
7
.github/workflows/workflow.yml
vendored
7
.github/workflows/workflow.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user