Skip to content

Commit fd8546c

Browse files
committed
Fix configure
1 parent 43de679 commit fd8546c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
mkdir build && cd build
8282
cmake -DCMAKE_CXX_STANDARD=14 -DCMAKE_BUILD_TYPE=relwithdebinfo \
8383
-DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -DTBB_CPF=ON ..
84-
cov-configure --compiler cl --comptype msvc
84+
cov-configure --msvc
8585
cov-build --dir cov-int make VERBOSE=1 -j${{env.BUILD_CONCURRENCY}}
8686
- name: Archive Coverity build results
8787
run: |

0 commit comments

Comments
 (0)