mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 19:42:50 -06:00
Install python-devel in msys2
This commit is contained in:
7
.github/workflows/build-windows-package.yml
vendored
7
.github/workflows/build-windows-package.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
install: >-
|
install: >-
|
||||||
base-devel
|
base-devel
|
||||||
gcc
|
gcc
|
||||||
python-pip
|
python-devel
|
||||||
|
|
||||||
- name: Prepare dist folder
|
- name: Prepare dist folder
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
@@ -58,11 +58,6 @@ jobs:
|
|||||||
- shell: msys2 {0}
|
- shell: msys2 {0}
|
||||||
run: echo $PATH
|
run: echo $PATH
|
||||||
|
|
||||||
- name: Install Python build tools
|
|
||||||
shell: msys2 {0}
|
|
||||||
run: |
|
|
||||||
pip install python-dev-tools
|
|
||||||
|
|
||||||
- name: Build Python bindings
|
- name: Build Python bindings
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user