Skip to content

Commit 1a97001

Browse files
committed
cabal v1-* on windows
1 parent c1071a2 commit 1a97001

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -217,9 +217,9 @@ jobs:
217217
218218
- name: Build GF
219219
run: |
220-
cabal install --only-dependencies -fserver
221-
cabal configure -fserver
222-
cabal build
220+
cabal v1-install --only-dependencies -fserver
221+
cabal v1-configure -fserver
222+
cabal v1-build
223223
copy dist\build\gf\gf.exe C:\tmp-dist
224224
225225
- name: Upload artifact

0 commit comments

Comments
 (0)