Skip to content

Commit

Permalink
ddebug coverity cy 4
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Jul 4, 2024
1 parent aad1f93 commit c216425
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/coverity-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,10 @@ jobs:
- name: Download Coverity build tool
if: steps.cache-coverity-tool.outputs.cache-hit != 'true'
run: |
wget --no-verbose https://scan.coverity.com/download/linux64 --post-data "token=$coverity_token&project=UltraGrid" -O ~/coverity_tool.tgz
cat /proc/swaps
mount
exit 1
wget --no-verbose https://scan.coverity.com/download/linux64 --post-data "token=$coverity_token&project=UltraGrid" -O ~/coverity_tool.tg
- name: Extract Coverity build tool
if: ${{ env.coverity_token }}
run: |
Expand Down

0 comments on commit c216425

Please sign in to comment.