diff options
| author | John MacFarlane <[email protected]> | 2023-03-27 13:31:22 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-03-27 13:31:22 -0700 |
| commit | c9a04e5cec4d73a0940e4575e7b2a74fc6274be3 (patch) | |
| tree | a4a5a8895dff86bf8ddef6a2f6c655a4bec34519 /.github | |
| parent | 021dd495d5d1d8e0fa17e1459a702b9de473df30 (diff) | |
Fix release-candidate build for macos.
Use ghc 9.4 and cabal 3.10.
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/release-candidate.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 93fa43b44..9b15954ba 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -74,6 +74,11 @@ jobs: steps: - uses: actions/checkout@v3 + - name: Install ghc and cabal + run: | + ghcup install ghc --set 9.4 + ghcup install cabal --set 3.10 + - name: Create release run: | sh macos/make_macos_release.sh |
