Skip to content

Commit

Permalink
Nightly/macos: be sure to install cabal as well as ghc.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Nov 6, 2024
1 parent 4b2707c commit 10f638d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 10f638d

Please sign in to comment.