mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -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
|
- name: Build GF
|
||||||
run: |
|
run: |
|
||||||
cabal install --only-dependencies
|
cabal install -fserver --only-dependencies
|
||||||
cabal configure
|
cabal configure -fserver
|
||||||
cabal build
|
cabal build
|
||||||
copy dist-newstyle/build/x86_64-windows/ghc-${{matrix.ghc}}/*/x/gf/build/gf/gf.exe C:/tmp-dist
|
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