mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-20 16:42:51 -06:00
install happy & alex
This commit is contained in:
4
.github/workflows/build-majestic.yml
vendored
4
.github/workflows/build-majestic.yml
vendored
@@ -52,6 +52,10 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ghc-version: 8
|
ghc-version: 8
|
||||||
|
|
||||||
|
- name: Install Haskell build tools
|
||||||
|
run: |
|
||||||
|
cabal v1-install alex happy
|
||||||
|
|
||||||
- name: build and test the runtime
|
- name: build and test the runtime
|
||||||
working-directory: ./src/runtime/haskell
|
working-directory: ./src/runtime/haskell
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user