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
1 changed files with 1 additions and 1 deletions

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