mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 01:22:51 -06:00
Install alex, happy in Windows build
This commit is contained in:
11
.github/workflows/build-windows-package.yml
vendored
11
.github/workflows/build-windows-package.yml
vendored
@@ -23,14 +23,11 @@ jobs:
|
|||||||
ghc-version: ${{ matrix.ghc }}
|
ghc-version: ${{ matrix.ghc }}
|
||||||
cabal-version: ${{ matrix.cabal }}
|
cabal-version: ${{ matrix.cabal }}
|
||||||
|
|
||||||
# - name: Install build tools
|
- name: Install build tools
|
||||||
# run: |
|
run: |
|
||||||
# brew install \
|
cabal install alex happy
|
||||||
# automake \
|
|
||||||
# openjdk
|
|
||||||
# cabal v1-install alex happy
|
|
||||||
|
|
||||||
- name: Build GF package
|
- name: Build GF
|
||||||
run: |
|
run: |
|
||||||
cabal install --only-dependencies
|
cabal install --only-dependencies
|
||||||
cabal configure
|
cabal configure
|
||||||
|
|||||||
Reference in New Issue
Block a user