Skip to content

Commit

Permalink
Fix the build target.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed Jul 13, 2021
1 parent 866fd4f commit fdadaec
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 @@ -64,7 +64,7 @@ jobs:
- name: Coverity Analysis
working-directory: build
run: |
./coverity/bin/cov-build --dir cov-int ninja libtrower-base-base64.a
./coverity/bin/cov-build --dir cov-int ninja libtrower-base64.a
- name: Archive Results
working-directory: build
Expand Down

0 comments on commit fdadaec

Please sign in to comment.