diff options
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 |
