Skip to content

Commit

Permalink
cabal update
Browse files Browse the repository at this point in the history
  • Loading branch information
ulysses4ever committed Feb 11, 2023
1 parent 9251edc commit f992bb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ env:

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

0 comments on commit f992bb7

Please sign in to comment.