6363 id : etags
6464 run : |
6565 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
66- - name : Cache NDI
66+ - name : Run actions/cache for NDI
6767 id : cache-ndi
6868 uses : actions/cache@main
6969 with :
7676 run : |
7777 . .github/scripts/environment.sh
7878 .github/scripts/Linux/prepare.sh
79- - name : Cache FFmpeg
79+ - name : Run actions/cache for FFmpeg
8080 id : cache-ffmpeg
8181 uses : actions/cache@main
8282 with :
@@ -154,7 +154,7 @@ jobs:
154154 echo "ximea=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh https://www.ximea.com/downloads/recent/XIMEA_OSX_SP.dmg)" >> $GITHUB_OUTPUT
155155 - name : Set environment
156156 run : . .github/scripts/environment.sh
157- - name : Cache Non-Free SDKs
157+ - name : Run actions/cache for Non-Free SDKs
158158 id : cache-macos-nonfree-sdks
159159 uses : actions/cache@main
160160 with :
@@ -167,7 +167,7 @@ jobs:
167167 mkdir -p ${{ env.SDK_NONFREE_PATH }}
168168 cd ${{ env.SDK_NONFREE_PATH }}
169169 curl -S -f -O "$SDK_URL/$DELTA_MAC_ARCHIVE" || true
170- - name : Cache XIMEA
170+ - name : Run actions/cache for XIMEA
171171 id : cache-macos-ximea
172172 uses : actions/cache@main
173173 with :
@@ -176,7 +176,7 @@ jobs:
176176 - name : Download XIMEA
177177 if : steps.cache-macos-ximea.outputs.cache-hit != 'true'
178178 run : curl -S -L https://www.ximea.com/downloads/recent/XIMEA_OSX_SP.dmg -o /private/var/tmp/XIMEA_OSX_SP.dmg
179- - name : Cache NDI
179+ - name : Run actions/cache for NDI
180180 id : cache-ndi
181181 uses : actions/cache@main
182182 with :
@@ -248,7 +248,7 @@ jobs:
248248 - name : Find MSVC
249249 run : .github/scripts/Windows/find_msvc.ps1
250250 shell : pwsh -command ". '{0}'"
251- - name : Cache NDI
251+ - name : Run actions/cache for NDI
252252 id : cache-ndi
253253 uses : actions/cache@main
254254 with :
@@ -267,7 +267,7 @@ jobs:
267267 if : steps.cache-macos-ximea.outputs.cache-hit != 'true'
268268 run : curl 'https://www.ximea.com/support/attachments/download/37/XIMEA_API_Installer.exe' -o 'C:\XIMEA_API_Installer.exe'
269269
270- - name : Cache libajantv2 build
270+ - name : Run actions/cache for libajantv2 build
271271 id : cache-aja
272272 uses : actions/cache@main
273273 with :
@@ -283,7 +283,7 @@ jobs:
283283 - name : bootsrap
284284 run : .github/scripts/Windows/prepare.ps1
285285 shell : pwsh -command ". '{0}'"
286- - name : Cache JACK
286+ - name : Run actions/cache for JACK
287287 id : cache-jack
288288 uses : actions/cache@main
289289 with :
@@ -296,7 +296,7 @@ jobs:
296296 - name : bootsrap MSYS2
297297 run : $GITHUB_WORKSPACE/.github/scripts/Windows/prepare_msys.sh
298298
299- - name : Cache Spout build
299+ - name : Run actions/cache for Spout build
300300 id : cache-spout
301301 uses : actions/cache@main
302302 with :
@@ -308,7 +308,7 @@ jobs:
308308 - name : Install Spout
309309 run : $GITHUB_WORKSPACE/.github/scripts/Windows/install_spout.sh install
310310
311- - name : Cache CineForm build
311+ - name : Run actions/cache for CineForm build
312312 id : cache-cineform
313313 uses : actions/cache@main
314314 with :
0 commit comments