summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorKacper Michajłow <kasper93@gmail.com>2023-05-27 19:22:29 +0200
committerLeo Izen <leo.izen@gmail.com>2023-06-08 06:26:06 -0400
commit6ff131add0fc4d10cc57212ebca89dd2cf9dafe3 (patch)
tree6d3059a0672bf246191db781d963a3f121fc79cc /.github/workflows
parent8037320920251f63348927ebe6e2749e120206e6 (diff)
downloadmpv-6ff131add0fc4d10cc57212ebca89dd2cf9dafe3.tar.bz2
mpv-6ff131add0fc4d10cc57212ebca89dd2cf9dafe3.tar.xz
ci/mingw: remove cache
To avoid building against stale version of dependencies. In particular libplacebo is moving target and as we can see the build has been broken few times recently, so let the CI validate it for us. The time to build everything is under 30 minutes, which is acceptable in my opinion, not much longer than macos build.
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 0184224940..c84d573c85 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -18,12 +18,6 @@ jobs:
steps:
- uses: actions/checkout@v3
- # Increase -N suffix here to force full rebuild after changes
- - uses: actions/cache@v3
- with:
- path: mingw_prefix/
- key: "${{ matrix.target }}-7"
-
- name: Install dependencies
run: |
sudo apt-get update