diff options
| author | John MacFarlane <[email protected]> | 2024-11-06 08:11:45 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-11-06 08:11:45 -0800 |
| commit | 10f638ddf205dd9b62f080261ad753d824331e29 (patch) | |
| tree | 84bd01bec20436b7e720b7277bb57e418d947b08 /.github | |
| parent | 4b2707cbe78967e8bfcdfb118614d65e3439a6aa (diff) | |
Nightly/macos: be sure to install cabal as well as ghc.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/nightly.yml | 3 |
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 |
