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 08a13f6 commit 978b329Copy full SHA for 978b329
.github/actions/Build_and_Test_cppyy/action.yml
@@ -153,7 +153,7 @@ runs:
153
# Build and Install cppyy-backend
154
$env:INCLUDE=$env:CPLUS_INCLUDE_PATH
155
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
156
- cmake --build . --parallel ${{ env.ncpus }} -- -verbosity:diagnostic
+ cmake --build . --parallel ${{ env.ncpus }} -- /verbosity:diagnostic
157
cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
158
cd ..
159
0 commit comments