1
0
forked from GitHub/gf-core

Try build Python bindings not using msys2

This commit is contained in:
John J. Camilleri
2020-11-24 23:21:05 +01:00
parent cf6468a452
commit 88252cb107

View File

@@ -64,13 +64,13 @@ jobs:
cp jpgf.jar /c/tmp-dist
- name: Build Python bindings
shell: msys2 {0}
# shell: msys2 {0}
run: |
cd src/runtime/python
pip install python-dev-tools
python setup.py build
python setup.py install
cp build/*/pgf.so /c/tmp-dist
# cp build/*/pgf.so /c/tmp-dist
- name: Build GF
run: |