Skip to content

Commit a0ae0ee

Browse files
authored
Issues3 (#218)
Corrects MSYS2 Test to use MINGW Python3 instead of the default Windows Python3, as recommended by @kmilos. Thanx to @kmilos.
1 parent d081919 commit a0ae0ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ccp-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,9 +170,9 @@ jobs:
170170
with:
171171
msystem: UCRT64
172172
update: false
173-
pacboy: cc:p cmake:p
173+
pacboy: cc:p cmake:p python:p
174174
- name: cmake
175-
run: cmake -DOJPH_ENABLE_TIFF_SUPPORT=OFF -DOJPH_BUILD_TESTS=ON ..
175+
run: cmake -DOJPH_ENABLE_TIFF_SUPPORT=OFF -DOJPH_BUILD_TESTS=ON -DPython3_EXECUTABLE=${MINGW_PREFIX}/bin/python.exe ..
176176
working-directory: build
177177
- name: build
178178
run: cmake --build . --config Release

0 commit comments

Comments
 (0)