mirror of https://github.com/mpv-player/mpv
ci: bump cache version to rebuild libplacebo
libplacebo-next version requirement was increased recently, need to rebuild it to fix mingw CI builds.
This commit is contained in:
parent
21301dc12d
commit
6a62aa0330
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue