1
0
forked from GitHub/gf-core

Flip slashes

This commit is contained in:
John J. Camilleri
2020-11-19 01:09:07 +01:00
parent 12ece26409
commit 0a0060373b

View File

@@ -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