1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-29 10:32:15 +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:
Kacper Michajłow 2023-03-27 19:25:59 +02:00 committed by Philip Langdale
parent 21301dc12d
commit 6a62aa0330

View File

@ -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: |