@@ -151,7 +151,7 @@ jobs:
151151 run : |
152152 echo "nonfree=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh "$SDK_URL/$DELTA_MAC_ARCHIVE")" >> $GITHUB_OUTPUT
153153 echo "ndi=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh https://downloads.ndi.tv/SDK/NDI_SDK_Mac/Install_NDI_SDK_v6_Apple.pkg)" >> $GITHUB_OUTPUT
154- echo "ximea=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh https://www.ximea.com/downloads/recent/XIMEA_OSX_SP.dmg )" >> $GITHUB_OUTPUT
154+ echo "ximea=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh "$XIMEA_DOWNLOAD_URL" )" >> $GITHUB_OUTPUT
155155 - name : Set environment
156156 run : . .github/scripts/environment.sh
157157 - name : Run actions/cache for Non-Free SDKs
@@ -175,7 +175,7 @@ jobs:
175175 key : cache-ximea-${{ runner.os }}-${{ steps.etags.outputs.ximea }}
176176 - name : Download XIMEA
177177 if : steps.cache-macos-ximea.outputs.cache-hit != 'true'
178- run : curl -S -L https://www.ximea.com/downloads/recent/XIMEA_OSX_SP.dmg -o /private/var/tmp/XIMEA_OSX_SP.dmg
178+ run : curl -S -L "$XIMEA_DOWNLOAD_URL" -o /private/var/tmp/XIMEA_OSX_SP.dmg
179179 - name : Run actions/cache for NDI
180180 id : cache-ndi
181181 uses : actions/cache@main
@@ -242,7 +242,7 @@ jobs:
242242 id : etags
243243 run : |
244244 echo "ndi=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh https://downloads.ndi.tv/SDK/NDI_SDK/NDI%206%20SDK.exe)" >> $GITHUB_OUTPUT
245- echo "ximea=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh https://www.ximea.com/support/attachments/download/37/XIMEA_API_Installer.exe )" >> $GITHUB_OUTPUT
245+ echo "ximea=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh "$XIMEA_DOWNLOAD_URL" )" >> $GITHUB_OUTPUT
246246 - name : Set environment
247247 run : .github/scripts/environment.sh
248248 - name : Find MSVC
@@ -265,7 +265,7 @@ jobs:
265265 key : cache-ximea-${{ runner.os }}-${{ steps.etags.outputs.ximea }}
266266 - name : Download XIMEA
267267 if : steps.cache-macos-ximea.outputs.cache-hit != 'true'
268- run : curl 'https://www.ximea.com/support/attachments/download/37/XIMEA_API_Installer.exe' -o 'C:\XIMEA_API_Installer.exe'
268+ run : curl "$XIMEA_DOWNLOAD_URL" -o 'C:\XIMEA_API_Installer.exe'
269269
270270 - name : Run actions/cache for libajantv2 build
271271 id : cache-aja
0 commit comments