Skip to content

Commit 589492f

Browse files
committed
Fix path
1 parent fd8546c commit 589492f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/coverity.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,9 @@ jobs:
7878
shell: bash
7979
run: |
8080
export PATH="${PWD}/cov-win64-tool/bin:${PATH}"
81-
mkdir build && cd build
81+
# mkdir build && cd build
8282
cmake -DCMAKE_CXX_STANDARD=14 -DCMAKE_BUILD_TYPE=relwithdebinfo \
83-
-DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -DTBB_CPF=ON ..
83+
-DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER=cl -DTBB_CPF=ON .
8484
cov-configure --msvc
8585
cov-build --dir cov-int make VERBOSE=1 -j${{env.BUILD_CONCURRENCY}}
8686
- name: Archive Coverity build results

0 commit comments

Comments
 (0)