We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b719d7 commit fcda8abCopy full SHA for fcda8ab
.github/workflows/coverity-scan.yml
@@ -46,7 +46,9 @@ jobs:
46
if: ${{ env.coverity_token }}
47
id: etags
48
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
+ { 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
52
- name: Run actions/cache for NDI
53
54
id: cache-ndi
0 commit comments