aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2024-11-06 08:11:45 -0800
committerJohn MacFarlane <[email protected]>2024-11-06 08:11:45 -0800
commit10f638ddf205dd9b62f080261ad753d824331e29 (patch)
tree84bd01bec20436b7e720b7277bb57e418d947b08 /.github
parent4b2707cbe78967e8bfcdfb118614d65e3439a6aa (diff)
Nightly/macos: be sure to install cabal as well as ghc.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/nightly.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index ddb9b06b4..865e264ca 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -78,7 +78,8 @@ jobs:
brew install ghcup
- name: Install ghc
run: |
- ghcup install ghc --set 9.4.4
+ ghcup install ghc --set 9.4
+ ghcup install cabal --set 3.10
- name: Install dependencies
run: |
cabal update