Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
omalyshe committed Jul 22, 2024
1 parent 8829458 commit 047a415
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/coverity.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
- name: Download Linux 64 Coverity Tool
shell: bash
run: |
curl https://scan.coverity.com/download/cxx/linux64 \
--no-progress-meter \
--output cov-linux64-tool.tar.gz" \
--data "token=${{secrets.COVERITY_TOKEN}}&project=${env: COVERITY_PROJECT}"
curl https://scan.coverity.com/download/cxx/linux64 \
--no-progress-meter \
--output cov-linux64-tool.tar.gz" \
--data "token=${{secrets.COVERITY_TOKEN}}&project=${env: COVERITY_PROJECT}"
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 047a415

Please sign in to comment.