summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn J. Camilleri <john@digitalgrammars.com>2020-11-26 23:40:08 +0100
committerJohn J. Camilleri <john@digitalgrammars.com>2020-11-26 23:40:08 +0100
commit6b7e9c8c7ae67069e43fa963625e6058cb30a7cb (patch)
tree1b2b5eb52a8e3b82287b12268739f73b2d1f72d0
parent78f42774dab8364d9204e73e7ea965f143b2e571 (diff)
Inherit path with Python compilation too
-rw-r--r--.github/workflows/build-windows-package.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/build-windows-package.yml b/.github/workflows/build-windows-package.yml
index 04afa2013..63e99b4ac 100644
--- a/.github/workflows/build-windows-package.yml
+++ b/.github/workflows/build-windows-package.yml
@@ -67,6 +67,7 @@ jobs:
- name: Build Python bindings
shell: msys2 {0}
env:
+ MSYS2_PATH_TYPE: inherit
EXTRA_INCLUDE_DIRS: /mingw64/include
EXTRA_LIB_DIRS: /mingw64/lib
run: |