forked from GitHub/gf-core
Install pip in msys2
This commit is contained in:
4
.github/workflows/build-windows-package.yml
vendored
4
.github/workflows/build-windows-package.yml
vendored
@@ -23,6 +23,7 @@ jobs:
|
|||||||
install: >-
|
install: >-
|
||||||
base-devel
|
base-devel
|
||||||
gcc
|
gcc
|
||||||
|
python-pip
|
||||||
|
|
||||||
- name: Prepare dist folder
|
- name: Prepare dist folder
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
@@ -59,15 +60,12 @@ jobs:
|
|||||||
|
|
||||||
- name: Install Python build tools
|
- name: Install Python build tools
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
env:
|
|
||||||
MSYS2_PATH_TYPE: inherit
|
|
||||||
run: |
|
run: |
|
||||||
pip install python-dev-tools
|
pip install python-dev-tools
|
||||||
|
|
||||||
- name: Build Python bindings
|
- name: Build Python bindings
|
||||||
shell: msys2 {0}
|
shell: msys2 {0}
|
||||||
env:
|
env:
|
||||||
MSYS2_PATH_TYPE: inherit
|
|
||||||
EXTRA_INCLUDE_DIRS: /mingw64/include
|
EXTRA_INCLUDE_DIRS: /mingw64/include
|
||||||
EXTRA_LIB_DIRS: /mingw64/lib
|
EXTRA_LIB_DIRS: /mingw64/lib
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user