mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
try server mode on windows (#194)
This commit is contained in:
committed by
GitHub
parent
d07646e753
commit
052916b454
4
.github/workflows/build-binary-packages.yml
vendored
4
.github/workflows/build-binary-packages.yml
vendored
@@ -215,8 +215,8 @@ jobs:
|
||||
|
||||
- name: Build GF
|
||||
run: |
|
||||
cabal install --only-dependencies
|
||||
cabal configure
|
||||
cabal install -fserver --only-dependencies
|
||||
cabal configure -fserver
|
||||
cabal build
|
||||
copy dist-newstyle/build/x86_64-windows/ghc-${{matrix.ghc}}/*/x/gf/build/gf/gf.exe C:/tmp-dist
|
||||
|
||||
|
||||
Reference in New Issue
Block a user