Skip to content

Commit f992bb7

Browse files
committed
cabal update
1 parent 9251edc commit f992bb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/validate.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ env:
3131

3232
jobs:
3333
validate-prerelease:
34-
name: Validate ${{ matrix.os }} ghc-${{ matrix.ghc }}
34+
name: Validate ${{ matrix.os }} ghc-prerelease
3535
runs-on: ${{ matrix.os }}
3636
outputs:
3737
GHC_FOR_RELEASE: ${{ format('["{0}"]', env.GHC_FOR_RELEASE) }}
@@ -61,6 +61,8 @@ jobs:
6161
ghcup config add-release-channel https://raw.githubusercontent.com/haskell/ghcup-metadata/master/ghcup-prereleases-0.0.7.yaml
6262
ghcup install ghc --set latest
6363
ghcup install cabal --set latest
64+
ghc --version
65+
cabal update
6466
6567
# See the following link for a breakdown of the following step
6668
# https://github.com/haskell/actions/issues/7#issuecomment-745697160

0 commit comments

Comments
 (0)