Skip to content

Commit 7133067

Browse files
committed
Typo fix
1 parent a257b5b commit 7133067

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/coverity.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,10 @@ jobs:
4747
- name: Build with cov-build
4848
run: |
4949
export PATH="${PWD}/cov-linux64-tool/bin:${PATH}"
50-
# mkdir build && cd build
5150
cmake -DCMAKE_CXX_STANDARD=20 -DCMAKE_BUILD_TYPE=relwithdebinfo \
5251
-DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DTBB_CPF=ON -DTBB_TEST=OFF .
5352
cov-build --dir cov-int make VERBOSE=1 -j${{env.BUILD_CONCURRENCY}}
5453
- name: Archive Coverity build results
55-
# run: tar -czvf cov-int.tgz build/cov-int
5654
run: tar -czvf cov-int.tgz cov-int
5755
- name: Submit Coverity results for analysis
5856
run: |

0 commit comments

Comments
 (0)