Skip to content

Commit

Permalink
Working dir
Browse files Browse the repository at this point in the history
  • Loading branch information
omalyshe committed Nov 8, 2024
1 parent 6478cc3 commit 905cdb9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,5 @@ jobs:
token: ${{ secrets.COVERITY_TOKEN }}
email: ${{ secrets.COVERITY_EMAIL }}
project: ${{env.COVERITY_PROJECT }}
command: make VERBOSE=1 -j${{env.BUILD_CONCURRENCY}} ${{github.workspace}}/build
command: make VERBOSE=1 -j${{env.BUILD_CONCURRENCY}}
working-directory: ${{github.workspace}}/build

0 comments on commit 905cdb9

Please sign in to comment.