mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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 }}
|
||||
cabal-version: ${{ matrix.cabal }}
|
||||
|
||||
# - name: Install build tools
|
||||
# run: |
|
||||
# brew install \
|
||||
# automake \
|
||||
# openjdk
|
||||
# cabal v1-install alex happy
|
||||
- name: Install build tools
|
||||
run: |
|
||||
cabal install alex happy
|
||||
|
||||
- name: Build GF package
|
||||
- name: Build GF
|
||||
run: |
|
||||
cabal install --only-dependencies
|
||||
cabal configure
|
||||
|
||||
Reference in New Issue
Block a user