diff options
| author | John J. Camilleri <john@digitalgrammars.com> | 2020-11-26 23:40:08 +0100 |
|---|---|---|
| committer | John J. Camilleri <john@digitalgrammars.com> | 2020-11-26 23:40:08 +0100 |
| commit | 6b7e9c8c7ae67069e43fa963625e6058cb30a7cb (patch) | |
| tree | 1b2b5eb52a8e3b82287b12268739f73b2d1f72d0 /.github/workflows | |
| parent | 78f42774dab8364d9204e73e7ea965f143b2e571 (diff) | |
Inherit path with Python compilation too
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build-windows-package.yml | 1 |
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: | |
