summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2020-11-09 13:18:57 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2020-11-09 13:18:57 +0100
commit86729b3efc1fca8250c0aa786194386dd2213ec4 (patch)
tree3222c488859ff0010848cb18539d01f201fcd0ee
parentbeb7599d3353647dcc78ae0b903667d379d93449 (diff)
Try to install GHC/Cabal via Homebrew
-rw-r--r--.github/workflows/build-macos-package.yml6
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: |