Skip to content

Commit 978b329

Browse files
authored
Update action.yml
1 parent 08a13f6 commit 978b329

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
@@ -153,7 +153,7 @@ runs:
153153
# Build and Install cppyy-backend
154154
$env:INCLUDE=$env:CPLUS_INCLUDE_PATH
155155
cmake -DCppInterOp_DIR=$env:CPPINTEROP_DIR ..
156-
cmake --build . --parallel ${{ env.ncpus }} -- -verbosity:diagnostic
156+
cmake --build . --parallel ${{ env.ncpus }} -- /verbosity:diagnostic
157157
cp libcppyy-backend.lib $env:CPPINTEROP_DIR\lib\
158158
cd ..
159159

0 commit comments

Comments
 (0)