Skip to content

Commit d82e826

Browse files
committed
update
1 parent b23415c commit d82e826

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_win.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
"-DIFC_LIBRARY_DIR=$base/_installed-vs2019-x64/lib" `
9090
"-DOCC_INCLUDE_DIR=$base/_deps-vs2019-x64-installed/opencascade-7.8.1/inc" `
9191
"-DOCC_LIBRARY_DIR=$base/_deps-vs2019-x64-installed/opencascade-7.8.1/win64/lib" `
92-
"-DPython_EXECUTABLE=C:\Users\tkrij\miniconda3\python.exe" `
92+
"-DPython_EXECUTABLE=C:\Python\${{ matrix.python }}\python.exe" `
9393
"-DBOOST_ROOT=$base/_deps/boost_1_86_0" `
9494
"-DBOOST_LIBRARYDIR=$base/_deps/boost_1_86_0/stage/vs2019-x64/lib" `
9595
"-DGMP_LIBRARY_DIR=$base/_deps-vs2019-x64-installed/mpir" `

0 commit comments

Comments
 (0)