Skip to content

Commit 052916b

Browse files
authored
try server mode on windows (#194)
1 parent d07646e commit 052916b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-binary-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,8 +215,8 @@ jobs:
215215
216216
- name: Build GF
217217
run: |
218-
cabal install --only-dependencies
219-
cabal configure
218+
cabal install -fserver --only-dependencies
219+
cabal configure -fserver
220220
cabal build
221221
copy dist-newstyle/build/x86_64-windows/ghc-${{matrix.ghc}}/*/x/gf/build/gf/gf.exe C:/tmp-dist
222222

0 commit comments

Comments
 (0)