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 4c2208a commit 189265cCopy full SHA for 189265c
.github/workflows/main.yml
@@ -266,7 +266,7 @@ jobs:
266
Import-Module (Join-Path $vsPath 'Common7\Tools\Microsoft.VisualStudio.DevShell.dll')
267
Enter-VsDevShell -VsInstallPath $vsPath -SkipAutomaticLocation -DevCmdArguments '-arch=x64 -host_arch=x64'
268
269
- cmake -GNinja -DCMAKE_BUILD_TYPE=Release -B build/ -S . -DCMAKE_INSTALL_PREFIX=${env:CONDA_PREFIX}\Library
+ cmake -GNinja -DCMAKE_BUILD_TYPE=Release -B build/ -S .
270
cmake --build build/ --verbose -j1
271
cmake --install build/
272
0 commit comments