Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
omalyshe committed Nov 8, 2024
1 parent ead7b24 commit 505c651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ jobs:
- uses: actions/checkout@v4
- name: Configure
run: mkdir build
run: cmake -DCMAKE_CXX_STANDARD=20 -DCMAKE_BUILD_TYPE=relwithdebinfo -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DTBB_CPF=ON -B ${{GITHUB_WORKSPACE}}/build
- uses: vapier/coverity-scan-action@v1
with:
token: ${{ secrets.COVERITY_TOKEN }}
email: ${{ secrets.COVERITY_EMAIL }}
project: ${{env: COVERITY_PROJECT }}
project: ${{env.COVERITY_PROJECT }}
command: make VERBOSE=1 -j${BUILD_CONCURRENCY}
# run: cmake -DCMAKE_CXX_STANDARD=20 -DCMAKE_BUILD_TYPE=relwithdebinfo -DCMAKE_CXX_COMPILER=g++ -DCMAKE_C_COMPILER=gcc -DTBB_CPF=ON -B ${{GITHUB_WORKSPACE}}/build

0 comments on commit 505c651

Please sign in to comment.