Skip to content

Commit 0eec23a

Browse files
authored
Remove verbosity
1 parent 7507230 commit 0eec23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/Build_and_Test_cppyy/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ runs:
152152
cd ..\cppyy-backend\build\
153153
# Build and Install cppyy-backend
154154
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
155-
cmake --build . --parallel ${{ env.ncpus }} -- /verbosity:diagnostic
155+
cmake --build . --parallel ${{ env.ncpus }}
156156
cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
157157
cd ..
158158

0 commit comments

Comments
 (0)