diff options
| author | John MacFarlane <[email protected]> | 2024-11-05 08:00:25 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-11-05 08:00:25 -0800 |
| commit | 4b2707cbe78967e8bfcdfb118614d65e3439a6aa (patch) | |
| tree | 42790dc86a92407c285931f43819e74ed8da2e3b /.github/workflows/release-candidate.yml | |
| parent | 8507a8c1018cafb417459cab138e9cd1535ddb47 (diff) | |
Install ghcup on GH macos runners.
They no longer include it as they did in macos-12.
Diffstat (limited to '.github/workflows/release-candidate.yml')
| -rw-r--r-- | .github/workflows/release-candidate.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/release-candidate.yml b/.github/workflows/release-candidate.yml index 415762b5a..3ff975877 100644 --- a/.github/workflows/release-candidate.yml +++ b/.github/workflows/release-candidate.yml @@ -82,6 +82,10 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Install ghcup + run: | + brew install ghcup + - name: Install ghc and cabal run: | ghcup install ghc --set 9.6 |
