Skip to content

Commit 3ed9178

Browse files
authored
Try ninja -v build
1 parent 7094a43 commit 3ed9178

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -152,9 +152,9 @@ runs:
152152
cd ..\cppyy-backend\build\
153153
# Build and Install cppyy-backend
154154
$env:INCLUDE=$env:CPLUS_INCLUDE_PATH
155-
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR -DCMAKE_INCLUDE_PATH="$env:CPLUS_INCLUDE_PATH" ..
156-
cmake --build . --parallel ${{ env.ncpus }}
157-
cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
155+
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR -G Ninja ..
156+
ninja -v build
157+
cp libcppyy-backend.dll $env:CPPINTEROP_DIR\lib\
158158
cd ..
159159
160160
- name: Install CPyCppyy

0 commit comments

Comments
 (0)