aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/ci.yml
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-11-07 07:06:55 -0800
committerJohn MacFarlane <[email protected]>2024-11-07 07:06:55 -0800
commit5c1b5ef1e09c5388ca0e4ffab51dd80ae5cbe91b (patch)
treea7a1e674ee1469a700a773c0f7b4deb4740dfbf2 /.github/workflows/ci.yml
parenteeb8b1eb3a80ce94059e45d6844a6a22e7b019d1 (diff)
CI: use ghcup to install cabal in Windows.
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r--.github/workflows/ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 15bb0a53e..3222f0470 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -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