63
63
id : etags
64
64
run : |
65
65
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
67
67
id : cache-ndi
68
68
uses : actions/cache@main
69
69
with :
76
76
run : |
77
77
. .github/scripts/environment.sh
78
78
.github/scripts/Linux/prepare.sh
79
- - name : Cache FFmpeg
79
+ - name : Run actions/cache for FFmpeg
80
80
id : cache-ffmpeg
81
81
uses : actions/cache@main
82
82
with :
@@ -154,7 +154,7 @@ jobs:
154
154
echo "ximea=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh https://www.ximea.com/downloads/recent/XIMEA_OSX_SP.dmg)" >> $GITHUB_OUTPUT
155
155
- name : Set environment
156
156
run : . .github/scripts/environment.sh
157
- - name : Cache Non-Free SDKs
157
+ - name : Run actions/cache for Non-Free SDKs
158
158
id : cache-macos-nonfree-sdks
159
159
uses : actions/cache@main
160
160
with :
@@ -167,7 +167,7 @@ jobs:
167
167
mkdir -p ${{ env.SDK_NONFREE_PATH }}
168
168
cd ${{ env.SDK_NONFREE_PATH }}
169
169
curl -S -f -O "$SDK_URL/$DELTA_MAC_ARCHIVE" || true
170
- - name : Cache XIMEA
170
+ - name : Run actions/cache for XIMEA
171
171
id : cache-macos-ximea
172
172
uses : actions/cache@main
173
173
with :
@@ -176,7 +176,7 @@ jobs:
176
176
- name : Download XIMEA
177
177
if : steps.cache-macos-ximea.outputs.cache-hit != 'true'
178
178
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
180
180
id : cache-ndi
181
181
uses : actions/cache@main
182
182
with :
@@ -248,7 +248,7 @@ jobs:
248
248
- name : Find MSVC
249
249
run : .github/scripts/Windows/find_msvc.ps1
250
250
shell : pwsh -command ". '{0}'"
251
- - name : Cache NDI
251
+ - name : Run actions/cache for NDI
252
252
id : cache-ndi
253
253
uses : actions/cache@main
254
254
with :
@@ -267,7 +267,7 @@ jobs:
267
267
if : steps.cache-macos-ximea.outputs.cache-hit != 'true'
268
268
run : curl 'https://www.ximea.com/support/attachments/download/37/XIMEA_API_Installer.exe' -o 'C:\XIMEA_API_Installer.exe'
269
269
270
- - name : Cache libajantv2 build
270
+ - name : Run actions/cache for libajantv2 build
271
271
id : cache-aja
272
272
uses : actions/cache@main
273
273
with :
@@ -283,7 +283,7 @@ jobs:
283
283
- name : bootsrap
284
284
run : .github/scripts/Windows/prepare.ps1
285
285
shell : pwsh -command ". '{0}'"
286
- - name : Cache JACK
286
+ - name : Run actions/cache for JACK
287
287
id : cache-jack
288
288
uses : actions/cache@main
289
289
with :
@@ -296,7 +296,7 @@ jobs:
296
296
- name : bootsrap MSYS2
297
297
run : $GITHUB_WORKSPACE/.github/scripts/Windows/prepare_msys.sh
298
298
299
- - name : Cache Spout build
299
+ - name : Run actions/cache for Spout build
300
300
id : cache-spout
301
301
uses : actions/cache@main
302
302
with :
@@ -308,7 +308,7 @@ jobs:
308
308
- name : Install Spout
309
309
run : $GITHUB_WORKSPACE/.github/scripts/Windows/install_spout.sh install
310
310
311
- - name : Cache CineForm build
311
+ - name : Run actions/cache for CineForm build
312
312
id : cache-cineform
313
313
uses : actions/cache@main
314
314
with :
0 commit comments