We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b23415c commit d82e826Copy full SHA for d82e826
.github/workflows/build_win.yml
@@ -89,7 +89,7 @@ jobs:
89
"-DIFC_LIBRARY_DIR=$base/_installed-vs2019-x64/lib" `
90
"-DOCC_INCLUDE_DIR=$base/_deps-vs2019-x64-installed/opencascade-7.8.1/inc" `
91
"-DOCC_LIBRARY_DIR=$base/_deps-vs2019-x64-installed/opencascade-7.8.1/win64/lib" `
92
- "-DPython_EXECUTABLE=C:\Users\tkrij\miniconda3\python.exe" `
+ "-DPython_EXECUTABLE=C:\Python\${{ matrix.python }}\python.exe" `
93
"-DBOOST_ROOT=$base/_deps/boost_1_86_0" `
94
"-DBOOST_LIBRARYDIR=$base/_deps/boost_1_86_0/stage/vs2019-x64/lib" `
95
"-DGMP_LIBRARY_DIR=$base/_deps-vs2019-x64-installed/mpir" `
0 commit comments