Skip to content

Commit ba1f203

Browse files
committed
CI: actions/cache: use main branch
see previous commit
1 parent 9c1420a commit ba1f203

File tree

3 files changed

+16
-16
lines changed

3 files changed

+16
-16
lines changed

.github/workflows/arm-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
echo "ndi=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh https://downloads.ndi.tv/SDK/NDI_SDK_Linux/Install_NDI_SDK_v5_Linux.tar.gz)" >> $GITHUB_OUTPUT
4141
- name: Cache NDI
4242
id: cache-ndi
43-
uses: actions/cache@v3
43+
uses: actions/cache@main
4444
with:
4545
path: /var/tmp/Install_NDI_SDK_Linux.tar.gz
4646
key: cache-ndi-${{ runner.os }}-${{ steps.etags.outputs.ndi }}
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Cache Environment
5252
id: cache-bootstrap
53-
uses: actions/cache@v3
53+
uses: actions/cache@main
5454
with:
5555
path: '~/chroot.tar'
5656
key: cache-bootstrap-${{ matrix.arch }}-${{ hashFiles('.github/scripts/Linux/arm/bootstrap.sh', '.github/scripts/Linux/install_others.sh') }}

.github/workflows/ccpp.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
echo "ndi=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh https://downloads.ndi.tv/SDK/NDI_SDK_Linux/Install_NDI_SDK_v5_Linux.tar.gz)" >> $GITHUB_OUTPUT
6666
- name: Cache NDI
6767
id: cache-ndi
68-
uses: actions/cache@v3
68+
uses: actions/cache@main
6969
with:
7070
path: /var/tmp/Install_NDI_SDK_Linux.tar.gz
7171
key: cache-ndi-${{ runner.os }}-${{ steps.etags.outputs.ndi }}
@@ -78,7 +78,7 @@ jobs:
7878
.github/scripts/Linux/prepare.sh
7979
- name: Cache rav1e
8080
id: cache-rav1e
81-
uses: actions/cache@v3
81+
uses: actions/cache@main
8282
with:
8383
path: rav1e
8484
key: cache-rav1e-${{ runner.os }}-${{ hashFiles('.github/scripts/Linux/rav1e.sh') }}
@@ -91,7 +91,7 @@ jobs:
9191
sudo ldconfig
9292
- name: Cache FFmpeg
9393
id: cache-ffmpeg
94-
uses: actions/cache@v3
94+
uses: actions/cache@main
9595
with:
9696
path: '/var/tmp/ffmpeg'
9797
key: cache-ffmpeg-${{ runner.os }}-${{ hashFiles( '.github/scripts/Linux/prepare.sh', '.github/scripts/Linux/download_build_ffmpeg.sh', '.github/scripts/Linux/ffmpeg-patches/*') }}
@@ -163,7 +163,7 @@ jobs:
163163
echo "ximea=$($GITHUB_WORKSPACE/.github/scripts/get-etags.sh https://www.ximea.com/downloads/recent/XIMEA_OSX_SP.dmg)" >> $GITHUB_OUTPUT
164164
- name: Cache Non-Free SDKs
165165
id: cache-macos-nonfree-sdks
166-
uses: actions/cache@v3
166+
uses: actions/cache@main
167167
with:
168168
path: ${{ env.SDK_NONFREE_PATH }}
169169
key: cache-nonfree-sdks-${{ runner.os }}-${{ hashFiles('.github/scripts/macOS/prepare_nonfree_sdks.sh') }}-${{ steps.etags.outputs.nonfree }}
@@ -177,7 +177,7 @@ jobs:
177177
$GITHUB_WORKSPACE/.github/scripts/macOS/prepare_nonfree_sdks.sh
178178
- name: Cache XIMEA
179179
id: cache-macos-ximea
180-
uses: actions/cache@v3
180+
uses: actions/cache@main
181181
with:
182182
path: /var/tmp/XIMEA_OSX_SP.dmg
183183
key: cache-ximea-${{ runner.os }}-${{ steps.etags.outputs.ximea }}
@@ -186,7 +186,7 @@ jobs:
186186
run: curl -S -L https://www.ximea.com/downloads/recent/XIMEA_OSX_SP.dmg -o /private/var/tmp/XIMEA_OSX_SP.dmg
187187
- name: Cache NDI
188188
id: cache-ndi
189-
uses: actions/cache@v3
189+
uses: actions/cache@main
190190
with:
191191
path: /private/var/tmp/Install_NDI_SDK_Apple.pkg
192192
key: cache-ndi-${{ runner.os }}-${{ steps.etags.outputs.ndi }}
@@ -259,7 +259,7 @@ jobs:
259259
shell: pwsh -command ". '{0}'"
260260
- name: Cache NDI
261261
id: cache-ndi
262-
uses: actions/cache@v3
262+
uses: actions/cache@main
263263
with:
264264
path: 'C:\ndi.exe'
265265
key: cache-ndi-${{ runner.os }}-${{ steps.etags.outputs.ndi }}
@@ -268,7 +268,7 @@ jobs:
268268
run: curl 'https://downloads.ndi.tv/SDK/NDI_SDK/NDI%205%20SDK.exe' -o 'C:\ndi.exe'
269269
- name: Cache XIMEA
270270
id: cache-macos-ximea
271-
uses: actions/cache@v3
271+
uses: actions/cache@main
272272
with:
273273
path: 'C:\XIMEA_API_Installer.exe'
274274
key: cache-ximea-${{ runner.os }}-${{ steps.etags.outputs.ximea }}
@@ -280,7 +280,7 @@ jobs:
280280
shell: pwsh -command ". '{0}'"
281281
- name: Cache JACK
282282
id: cache-jack
283-
uses: actions/cache@v3
283+
uses: actions/cache@main
284284
with:
285285
path: 'C:\Program Files\JACK2'
286286
key: cache-jack-${{ runner.os }}-${{ hashFiles('.github/scripts/Windows/install_jack.ps1') }}
@@ -292,7 +292,7 @@ jobs:
292292
run: $GITHUB_WORKSPACE/.github/scripts/Windows/prepare_msys.sh
293293
- name: Cache live555
294294
id: cache-live555
295-
uses: actions/cache@v3
295+
uses: actions/cache@main
296296
with:
297297
path: 'C:\live555'
298298
key: cache-live555-${{ runner.os }}-${{ hashFiles('.github/scripts/Windows/build_live555.sh') }}
@@ -304,7 +304,7 @@ jobs:
304304

305305
- name: Cache Spout build
306306
id: cache-spout
307-
uses: actions/cache@v3
307+
uses: actions/cache@main
308308
with:
309309
path: 'C:\Spout2'
310310
key: cache-spout-${{ runner.os }}-${{ hashFiles('.github/scripts/Windows/install_spout.sh') }}
@@ -316,7 +316,7 @@ jobs:
316316

317317
- name: Cache CineForm build
318318
id: cache-cineform
319-
uses: actions/cache@v3
319+
uses: actions/cache@main
320320
with:
321321
path: 'C:\cineform-sdk'
322322
key: cache-cineform-${{ runner.os }}-${{ hashFiles('.github/scripts/Windows/install_cineform.sh') }}

.github/workflows/coverity-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Cache Coverity build tool
2626
if: ${{ env.coverity_token }}
2727
id: cache-coverity-tool
28-
uses: actions/cache@v3
28+
uses: actions/cache@main
2929
with:
3030
path: ~/coverity_tool.tgz
3131
key: cache-coverity-tool-${{ steps.tool.outputs.filename }}
@@ -50,7 +50,7 @@ jobs:
5050
- name: Cache NDI
5151
if: ${{ env.coverity_token }}
5252
id: cache-ndi
53-
uses: actions/cache@v3
53+
uses: actions/cache@main
5454
with:
5555
path: /var/tmp/Install_NDI_SDK_Linux.tar.gz
5656
key: cache-ndi-${{ runner.os }}-${{ steps.etags.outputs.ndi }}

0 commit comments

Comments
 (0)