From 6ff131add0fc4d10cc57212ebca89dd2cf9dafe3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sat, 27 May 2023 19:22:29 +0200 Subject: [PATCH] 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. --- .github/workflows/build.yml | 6 ------ 1 file changed, 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