Skip to content

Commit 5adb9a5

Browse files
committed
Force ffmpeg reinstall
1 parent a612f4c commit 5adb9a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
uses: actions/cache@v3
8484
with:
8585
path: /home/runner/compiled
86-
key: ${{ runner.os }}-${{ matrix.target.GOOS }}-${{ matrix.target.GOARCH }}-${{ matrix.target.type }}-ffmpeg-${{ hashFiles('**/install_ffmpeg.sh') }}
86+
key: ${{ runner.os }}-${{ matrix.target.GOOS }}-${{ matrix.target.GOARCH }}-${{ matrix.target.type }}-ffmpeg-${{ hashFiles('**/install_ffmpeg.sh') }}-2
8787

8888
- name: Set build environment
8989
run: |
@@ -191,7 +191,7 @@ jobs:
191191
uses: actions/cache@v3
192192
with:
193193
path: ~/compiled
194-
key: ${{ runner.os }}-${{ matrix.target.GOOS }}-${{ matrix.target.GOARCH }}-ffmpeg-${{ hashFiles('**/install_ffmpeg.sh') }}
194+
key: ${{ runner.os }}-${{ matrix.target.GOOS }}-${{ matrix.target.GOARCH }}-ffmpeg-${{ hashFiles('**/install_ffmpeg.sh') }}-2
195195

196196
- name: Install dependencies
197197
run: brew install coreutils pkg-config

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ jobs:
5252
uses: actions/cache@v3
5353
with:
5454
path: /home/runner/compiled
55-
key: ${{ runner.os }}-ffmpeg-${{ hashFiles('install_ffmpeg.sh') }}
55+
key: ${{ runner.os }}-ffmpeg-${{ hashFiles('install_ffmpeg.sh') }}-2
5656
restore-keys: |
57-
${{ runner.os }}-ffmpeg
57+
${{ runner.os }}-ffmpeg-2
5858
5959
- name: Install protobuf
6060
run: |

0 commit comments

Comments
 (0)