Skip to content

Commit 2348601

Browse files
committed
try installing
1 parent 973ec43 commit 2348601

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,15 @@ jobs:
4646
mkdir build
4747
cd build
4848
cmake -GNinja .. ^
49+
-D CMAKE_INSTALL_PREFIX=%CONDA_PREFIX%\Library ^
4950
-D ENABLE_CONDA=ON ^
5051
-D MULTI_SEMANTICS=ON ^
5152
-D WITHOUT_COOKIEOPEN=ON
5253
5354
ninja
5455
56+
ninja install
57+
5558
- name: Test
5659
shell: cmd /C call {0}
5760
run: |

0 commit comments

Comments
 (0)