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
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user