Skip to content

Commit

Permalink
Check the file in tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
omalyshe committed Jul 23, 2024
1 parent 8341edf commit 1a95713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: |
curl -L https://scan.coverity.com/download/cxx/linux64 > /tmp/cov-linux64-tool.tar.gz \
--data "token=${{secrets.COVERITY_TOKEN}}&project=${env: COVERITY_PROJECT}"
ls -l
ls -l /tmp
mkdir cov-linux64-tool
tar -xzf cov-linux64-tool.tar.gz --strip 1 -C cov-linux64-tool
- name: Build with cov-build
Expand Down

0 comments on commit 1a95713

Please sign in to comment.