mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Try to install GHC/Cabal via Homebrew
This commit is contained in:
6
.github/workflows/build-macos-package.yml
vendored
6
.github/workflows/build-macos-package.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user