Skip to content

Commit 88c774c

Browse files
committed
set python3 exe
1 parent cce0f45 commit 88c774c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ jobs:
4141
-DCMAKE_INSTALL_PREFIX:PATH=${{ github.workspace }}/python-install \
4242
-DCMAKE_OSX_DEPLOYMENT_TARGET=${{ env.MACOSX_DEPLOYMENT_TARGET }} \
4343
-DCMAKE_C_STANDARD=11 \
44+
-DPython3_EXECUTABLE=$(which python3) \
4445
${{ startsWith(matrix.python-version, '3.11') && '-DUSE_SYSTEM_TCL=OFF' || '' }} \
4546
-DPYTHON_VERSION=${{ matrix.python-version }} \
4647
..

0 commit comments

Comments
 (0)