diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index d042475b841..40dff461e16 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -66,7 +66,7 @@ jobs: id: cache-libavif with: path: ~/cache-libavif - key: ${{ runner.os }}-libavif-${{ hashFiles('depends/install_libavif.sh', 'depends/libavif-svt4.patch') }} + key: ${{ runner.os }}-libavif-${{ hashFiles('depends/install_libavif.sh') }} - name: Cache libimagequant if: startsWith(matrix.os, 'ubuntu') diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 3734a330676..49805839ff9 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -50,7 +50,7 @@ jobs: id: cache-libavif with: path: ~/cache-libavif - key: ${{ runner.os }}-libavif-${{ hashFiles('depends/install_libavif.sh', 'depends/libavif-svt4.patch') }} + key: ${{ runner.os }}-libavif-${{ hashFiles('depends/install_libavif.sh') }} - name: Cache libimagequant uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bf3f64b4f6b..84bba143a04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -82,7 +82,7 @@ jobs: id: cache-libavif with: path: ~/cache-libavif - key: ${{ runner.os }}-libavif-${{ hashFiles('depends/install_libavif.sh', 'depends/libavif-svt4.patch') }} + key: ${{ runner.os }}-libavif-${{ hashFiles('depends/install_libavif.sh') }} - name: Cache libimagequant if: startsWith(matrix.os, 'ubuntu')