summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-windows-package.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.github/workflows/build-windows-package.yml b/.github/workflows/build-windows-package.yml
index 3b71a3c6e..3ed666c5e 100644
--- a/.github/workflows/build-windows-package.yml
+++ b/.github/workflows/build-windows-package.yml
@@ -37,16 +37,12 @@ jobs:
- name: Build C runtime
shell: msys2 {0}
run: |
- cd src\runtime\c
+ cd src/runtime/c
autoreconf -i
./configure
make
make install
- # - name: Build Java bindings
- #
- # - name: Build Python bindings
-
- name: Build GF
run: |
cabal install --only-dependencies -fserver