Skip to content

Commit

Permalink
ci/mingw: remove cache
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
kasper93 authored and Traneptora committed Jun 8, 2023
1 parent 8037320 commit 6ff131a
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6ff131a

Please sign in to comment.