7373 key : cache-ndi-${{ runner.os }}-${{ steps.etags.outputs.ndi }}
7474 - name : Download NDI
7575 if : steps.cache-ndi.outputs.cache-hit != 'true'
76- run : curl -L https://downloads.ndi.tv/SDK/NDI_SDK_Linux/Install_NDI_SDK_v6_Linux.tar.gz -o /var/tmp/Install_NDI_SDK_Linux.tar.gz
76+ run : " curl -Lf https://downloads.ndi.tv/SDK/NDI_SDK_Linux/\
77+ Install_NDI_SDK_v6_Linux.tar.gz -o /var/tmp/Install_NDI_SDK_Linux.tar.gz"
7778 - name : bootstrap
7879 run : |
7980 . .github/scripts/environment.sh
@@ -107,7 +108,9 @@ jobs:
107108 mkdir aitest-context # empty build context
108109 docker build -f .github/scripts/Linux/utils/Dockerfile.ubuntu -t aitest-ubuntu aitest-context
109110 docker build -f .github/scripts/Linux/utils/Dockerfile.arch -t aitest-arch aitest-context
110- curl -LS -O https://raw.githubusercontent.com/AppImage/pkg2appimage/master/appdir-lint.sh -O https://raw.githubusercontent.com/probonopd/AppImages/master/excludelist
111+ curl -LSf -O https://raw.githubusercontent.com/AppImage/pkg2appimage/\
112+ master/appdir-lint.sh -O https://raw.githubusercontent.com/probonopd/\
113+ AppImages/master/excludelist
111114 sudo apt install desktop-file-utils libfile-mimeinfo-perl # desktop-file-validate, mimetype
112115 ./UltraGrid-$VERSION-x86_64.AppImage --appimage-extract
113116 docker run --rm -v $PWD/squashfs-root/:/AppImage aitest-ubuntu /AppImage/AppRun -v
@@ -181,7 +184,7 @@ jobs:
181184 key : cache-ximea-${{ matrix.os }}-${{ steps.etags.outputs.ximea }}
182185 - name : Download XIMEA
183186 if : steps.cache-macos-ximea.outputs.cache-hit != 'true'
184- run : curl -S -L "$XIMEA_DOWNLOAD_URL" -o /private/var/tmp/XIMEA_OSX_SP.dmg
187+ run : curl -LSf "$XIMEA_DOWNLOAD_URL" -o /private/var/tmp/XIMEA_OSX_SP.dmg
185188 - name : Run actions/cache for NDI
186189 id : cache-ndi
187190 uses : actions/cache@main
@@ -190,7 +193,8 @@ jobs:
190193 key : cache-ndi-${{ runner.os }}-${{ steps.etags.outputs.ndi }}
191194 - name : Download NDI
192195 if : steps.cache-ndi.outputs.cache-hit != 'true'
193- run : curl -L https://downloads.ndi.tv/SDK/NDI_SDK_Mac/Install_NDI_SDK_v6_Apple.pkg -o /private/var/tmp/Install_NDI_SDK_Apple.pkg
196+ run : " curl -Lf https://downloads.ndi.tv/SDK/NDI_SDK_Mac/Install_\
197+ NDI_SDK_v6_Apple.pkg -o /private/var/tmp/Install_NDI_SDK_Apple.pkg"
194198 - name : bootstrap
195199 run : .github/scripts/macOS/prepare.sh
196200 - name : configure
@@ -265,7 +269,8 @@ jobs:
265269 key : cache-ndi-${{ runner.os }}-${{ steps.etags.outputs.ndi }}
266270 - name : Download NDI
267271 if : steps.cache-ndi.outputs.cache-hit != 'true'
268- run : curl 'https://downloads.ndi.tv/SDK/NDI_SDK/NDI%206%20SDK.exe' -o 'C:\ndi.exe'
272+ run : curl -f 'https://downloads.ndi.tv/SDK/NDI_SDK/NDI%206%20SDK.exe'
273+ -o 'C:\ndi.exe'
269274 - name : Cache XIMEA
270275 id : cache-macos-ximea
271276 uses : actions/cache@main
@@ -274,7 +279,7 @@ jobs:
274279 key : cache-ximea-${{ runner.os }}-${{ steps.etags.outputs.ximea }}
275280 - name : Download XIMEA
276281 if : steps.cache-macos-ximea.outputs.cache-hit != 'true'
277- run : curl "$XIMEA_DOWNLOAD_URL" -o 'C:\XIMEA_API_Installer.exe'
282+ run : curl -f "$XIMEA_DOWNLOAD_URL" -o 'C:\XIMEA_API_Installer.exe'
278283
279284 - name : Run actions/cache for libajantv2 build
280285 id : cache-aja
0 commit comments