summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorsfan5 <sfan5@live.de>2021-10-07 00:18:58 +0200
committerJan Ekström <jeebjp@gmail.com>2021-10-07 21:01:48 +0300
commitb3f3c3fec0e3393d1ee4592b7486f6de15b13684 (patch)
tree83f6881cd898044e7f9060837d9776f6d40d6ae8 /.github
parentda58510a14e83292979406e23a2d9c72458d9cb6 (diff)
downloadmpv-b3f3c3fec0e3393d1ee4592b7486f6de15b13684.tar.bz2
mpv-b3f3c3fec0e3393d1ee4592b7486f6de15b13684.tar.xz
ci: update libs used by mingw build
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index d7440b1cd8..aab12082c3 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,10 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v2
+ # Increase -N suffix here to force full rebuild after changes
- uses: actions/cache@v2
with:
path: mingw_prefix/
- key: ${{ matrix.target }}
+ key: "${{ matrix.target }}-1"
- name: Install dependencies
run: |