Skip to content

Commit f4b255e

Browse files
committed
Update coverity_scan.yml
1 parent 0363014 commit f4b255e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverity_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Install Coverity Scan Tool
2929
run: |
30-
curl -O -L "https://scan.coverity.com/download/linux64"
30+
curl -O -LI "https://scan.coverity.com/download/linux64"
3131
tar -xzf coverity_tool.tgz
3232
export PATH=$PATH:$PWD/cov-analysis-linux64/bin
3333

0 commit comments

Comments
 (0)