summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2020-11-27 00:11:54 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2020-11-27 00:11:54 +0100
commit921a8981fbf6e67cea9236edb99f8cd3285a1bf6 (patch)
tree3cf136aa8f394d6c14d4d8abe8e1b10e6b937a07 /.github/workflows
parent169f2c786d6f518acb8c9c6eeff537177fe87885 (diff)
Install python-devel in msys2
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build-windows-package.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/build-windows-package.yml b/.github/workflows/build-windows-package.yml
index 69d0bd7bd..ab34d6f0c 100644
--- a/.github/workflows/build-windows-package.yml
+++ b/.github/workflows/build-windows-package.yml
@@ -23,7 +23,7 @@ jobs:
install: >-
base-devel
gcc
- python-pip
+ python-devel
- name: Prepare dist folder
shell: msys2 {0}
@@ -58,11 +58,6 @@ jobs:
- shell: msys2 {0}
run: echo $PATH
- - name: Install Python build tools
- shell: msys2 {0}
- run: |
- pip install python-dev-tools
-
- name: Build Python bindings
shell: msys2 {0}
env: