diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-09 13:18:57 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-09 13:18:57 +0100 |
| commit | 86729b3efc1fca8250c0aa786194386dd2213ec4 (patch) | |
| tree | 3222c488859ff0010848cb18539d01f201fcd0ee /.github | |
| parent | beb7599d3353647dcc78ae0b903667d379d93449 (diff) | |
Try to install GHC/Cabal via Homebrew
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/build-macos-package.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/build-macos-package.yml b/.github/workflows/build-macos-package.yml index 3fb6fc5c4..a95f01964 100644 --- a/.github/workflows/build-macos-package.yml +++ b/.github/workflows/build-macos-package.yml @@ -18,9 +18,9 @@ jobs: - name: Install build tools run: | - sudo apt update - sudo apt install -y \ - haskell-platform + brew install \ + ghc \ + cabal-install - name: Checkout RGL run: | |
