From 6a62aa0330370959f49f9324f0cd54c6cb187abe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Mon, 27 Mar 2023 19:25:59 +0200 Subject: [PATCH] ci: bump cache version to rebuild libplacebo libplacebo-next version requirement was increased recently, need to rebuild it to fix mingw CI builds. --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: |