summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-03-27 19:25:59 +0200
committerPhilip Langdale <github.philipl@overt.org>2023-03-28 09:23:38 -0700
commit6a62aa0330370959f49f9324f0cd54c6cb187abe (patch)
treea8c5b0e43ebeef7cb959d23ef8621c80b9ad6e67 /.github
parent21301dc12d76d7d3ef317302ab6999feb87c14b6 (diff)
downloadmpv-6a62aa0330370959f49f9324f0cd54c6cb187abe.tar.bz2
mpv-6a62aa0330370959f49f9324f0cd54c6cb187abe.tar.xz
ci: bump cache version to rebuild libplacebo
libplacebo-next version requirement was increased recently, need to rebuild it to fix mingw CI builds.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0f7d7b3134..6991a6f310 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
- uses: actions/cache@v3
with:
path: mingw_prefix/
- key: "${{ matrix.target }}-6"
+ key: "${{ matrix.target }}-7"
- name: Install dependencies
run: |