mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-15 14:56:00 -06:00
install alex & happy on macOS
This commit is contained in:
@@ -195,6 +195,10 @@ jobs:
|
||||
with:
|
||||
ghc-version: 9
|
||||
|
||||
- name: Install Haskell build tools
|
||||
run: |
|
||||
cabal v1-install alex happy
|
||||
|
||||
- name: build and test the runtime
|
||||
working-directory: ./src/runtime/haskell
|
||||
run: |
|
||||
|
||||
Reference in New Issue
Block a user