Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
angerman committed Nov 21, 2022
1 parent a5f4c3c commit 4ad651a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -40,13 +40,17 @@ jobs:
# above.
- name: Setup Haskell
run: |
ghcup run -- env
# Use GHCUP to manage ghc/cabal
ghcup install ghc --set ${{ matrix.ghc }}
ghcup install cabal --set 3.6.2.0
ghc --version
cabal --version
ghcup run -- env
- name: "WIN: fixup cabal config"
if: runner.os == 'Windows'
run: |
Expand Down

0 comments on commit 4ad651a

Please sign in to comment.