Skip to content

Commit

Permalink
CI: use ghcup to install cabal in Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Nov 7, 2024
1 parent eeb8b1e commit 5c1b5ef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ jobs:
- name: Install ghc
run: |
ghcup install ghc --set 9.4.4
ghcup install cabal --set 3.10
# declare/restore cached things

Expand Down

0 comments on commit 5c1b5ef

Please sign in to comment.