Skip to content

Commit 02fb305

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

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
@@ -268,7 +268,7 @@ jobs:
268268
269269
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -B build/ -S .
270270
cmake --build build/ --verbose -j1
271-
cmake --install build/
271+
cmake --install build/ --prefix ${env:CONDA_PREFIX}/Library
272272
273273
- name: Build and install cmake target for Linux
274274
if: matrix.os == 'ubuntu'

0 commit comments

Comments
 (0)