We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7507230 commit 0eec23aCopy full SHA for 0eec23a
.github/actions/Build_and_Test_cppyy/action.yml
@@ -152,7 +152,7 @@ runs:
152
cd ..\cppyy-backend\build\
153
# Build and Install cppyy-backend
154
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
155
- cmake --build . --parallel ${{ env.ncpus }} -- /verbosity:diagnostic
+ cmake --build . --parallel ${{ env.ncpus }}
156
cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
157
cd ..
158
0 commit comments