mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
Try build Python bindings not using msys2
This commit is contained in:
4
.github/workflows/build-windows-package.yml
vendored
4
.github/workflows/build-windows-package.yml
vendored
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user