Try to install GHC/Cabal via Homebrew

This commit is contained in:
John J. Camilleri
2020-11-09 13:18:57 +01:00
parent beb7599d33
commit 86729b3efc

View File

@@ -18,9 +18,9 @@ jobs:
- name: Install build tools - name: Install build tools
run: | run: |
sudo apt update brew install \
sudo apt install -y \ ghc \
haskell-platform cabal-install
- name: Checkout RGL - name: Checkout RGL
run: | run: |