Skip to content

Commit fcda8ab

Browse files
committed
coverity-scan.yml: use get-etag.sh
+ fail if not able to fetch (same as in ccpp.yml)
1 parent 1b719d7 commit fcda8ab

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/coverity-scan.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,9 @@ jobs:
4646
if: ${{ env.coverity_token }}
4747
id: etags
4848
run: |
49-
echo "ndi=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh https://downloads.ndi.tv/SDK/NDI_SDK_Linux/Install_NDI_SDK_v6_Linux.tar.gz)" >> $GITHUB_OUTPUT
49+
{ printf ndi=; $GITHUB_WORKSPACE/.github/scripts/get-etag.sh\
50+
https://downloads.ndi.tv/SDK/NDI_SDK_Linux/Install_NDI_SDK_v6_Linux.\
51+
tar.gz; } >> $GITHUB_OUTPUT
5052
- name: Run actions/cache for NDI
5153
if: ${{ env.coverity_token }}
5254
id: cache-ndi

0 commit comments

Comments
 (0)