forked from GitHub/gf-core
Flip slashes
This commit is contained in:
6
.github/workflows/build-windows-package.yml
vendored
6
.github/workflows/build-windows-package.yml
vendored
@@ -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