Skip to content

Commit 189265c

Browse files
committed
library fix
Signed-off-by: Tony Xiang <19280867+TonyXiang8787@users.noreply.github.com>
1 parent 4c2208a commit 189265c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ jobs:
266266
Import-Module (Join-Path $vsPath 'Common7\Tools\Microsoft.VisualStudio.DevShell.dll')
267267
Enter-VsDevShell -VsInstallPath $vsPath -SkipAutomaticLocation -DevCmdArguments '-arch=x64 -host_arch=x64'
268268
269-
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -B build/ -S . -DCMAKE_INSTALL_PREFIX=${env:CONDA_PREFIX}\Library
269+
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -B build/ -S .
270270
cmake --build build/ --verbose -j1
271271
cmake --install build/
272272

0 commit comments

Comments
 (0)