mirror of
https://github.com/mpv-player/mpv
synced 2025-02-16 12:17:12 +00:00
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
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
- uses: actions/cache@v3
|
- uses: actions/cache@v3
|
||||||
with:
|
with:
|
||||||
path: mingw_prefix/
|
path: mingw_prefix/
|
||||||
key: "${{ matrix.target }}-6"
|
key: "${{ matrix.target }}-7"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user