mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-26 03:08:55 -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
|
- 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: |
|
||||||
|
|||||||
Reference in New Issue
Block a user