We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9251edc commit f992bb7Copy full SHA for f992bb7
.github/workflows/validate.yml
@@ -31,7 +31,7 @@ env:
31
32
jobs:
33
validate-prerelease:
34
- name: Validate ${{ matrix.os }} ghc-${{ matrix.ghc }}
+ name: Validate ${{ matrix.os }} ghc-prerelease
35
runs-on: ${{ matrix.os }}
36
outputs:
37
GHC_FOR_RELEASE: ${{ format('["{0}"]', env.GHC_FOR_RELEASE) }}
@@ -61,6 +61,8 @@ jobs:
61
ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml
62
ghcup install ghc --set latest
63
ghcup install cabal --set latest
64
+ ghc --version
65
+ cabal update
66
67
# See the following link for a breakdown of the following step
68
# https://github.com/haskell/actions/issues/7#issuecomment-745697160
0 commit comments