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 cp jpgf.jar /c/tmp-dist
- name: Build Python bindings - name: Build Python bindings
shell: msys2 {0} # shell: msys2 {0}
run: | run: |
cd src/runtime/python cd src/runtime/python
pip install python-dev-tools pip install python-dev-tools
python setup.py build python setup.py build
python setup.py install python setup.py install
cp build/*/pgf.so /c/tmp-dist # cp build/*/pgf.so /c/tmp-dist
- name: Build GF - name: Build GF
run: | run: |