Skip to content

Commit 63183fc

Browse files
committed
Static build on win
1 parent c240047 commit 63183fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
-DCMAKE_BUILD_TYPE=Release ^
3131
-DCMAKE_INSTALL_PREFIX=%CONDA_PREFIX% ^
3232
-DCMAKE_PREFIX_PATH=%CONDA_PREFIX% ^
33+
-DSPARROW_IPC_BUILD_SHARED=OFF ^
3334
-DBUILD_TESTS=ON
3435
if %errorlevel% neq 0 exit /b %errorlevel%
3536
cmake --build build/ --parallel

0 commit comments

Comments
 (0)