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
run: |
sudo apt update
sudo apt install -y \
haskell-platform
brew install \
ghc \
cabal-install
- name: Checkout RGL
run: |