mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-09-16 07:16:02 -06:00
Flip slashes
This commit is contained in:
@@ -37,16 +37,12 @@ jobs:
|
|||||||
- name: Build C runtime
|
- name: Build C runtime
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
run: |
|
run: |
|
||||||
cd src\runtime\c
|
cd src/runtime/c
|
||||||
autoreconf -i
|
autoreconf -i
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
|
|
||||||
# - name: Build Java bindings
|
|
||||||
#
|
|
||||||
# - name: Build Python bindings
|
|
||||||
|
|
||||||
- name: Build GF
|
- name: Build GF
|
||||||
run: |
|
run: |
|
||||||
cabal install --only-dependencies -fserver
|
cabal install --only-dependencies -fserver
|
||||||
|
|||||||
Reference in New Issue
Block a user