Skip to content

Commit

Permalink
Try to download to /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
omalyshe committed Jul 23, 2024
1 parent d878f30 commit 8341edf
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 @@ -39,7 +39,7 @@ jobs:
- uses: actions/checkout@v3
- name: Download Linux 64 Coverity Tool
run: |
curl -L https://scan.coverity.com/download/cxx/linux64 > cov-linux64-tool.tar.gz \
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
mkdir cov-linux64-tool
Expand Down

0 comments on commit 8341edf

Please sign in to comment.