Skip to content

Commit e234120

Browse files
authored
Remove references to libavif patch (#9734)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
1 parent 9e359c8 commit e234120

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
id: cache-libavif
6767
with:
6868
path: ~/cache-libavif
69-
key: ${{ runner.os }}-libavif-${{ hashFiles('depends/install_libavif.sh', 'depends/libavif-svt4.patch') }}
69+
key: ${{ runner.os }}-libavif-${{ hashFiles('depends/install_libavif.sh') }}
7070

7171
- name: Cache libimagequant
7272
if: startsWith(matrix.os, 'ubuntu')

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: cache-libavif
5151
with:
5252
path: ~/cache-libavif
53-
key: ${{ runner.os }}-libavif-${{ hashFiles('depends/install_libavif.sh', 'depends/libavif-svt4.patch') }}
53+
key: ${{ runner.os }}-libavif-${{ hashFiles('depends/install_libavif.sh') }}
5454

5555
- name: Cache libimagequant
5656
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
id: cache-libavif
8383
with:
8484
path: ~/cache-libavif
85-
key: ${{ runner.os }}-libavif-${{ hashFiles('depends/install_libavif.sh', 'depends/libavif-svt4.patch') }}
85+
key: ${{ runner.os }}-libavif-${{ hashFiles('depends/install_libavif.sh') }}
8686

8787
- name: Cache libimagequant
8888
if: startsWith(matrix.os, 'ubuntu')

0 commit comments

Comments
 (0)