Disabled cache in the msys2 build.

This commit is contained in:
Dirk Lemstra
2025-10-12 16:00:08 +02:00
parent 3ec53af711
commit 7497aa97bd
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -234,6 +234,7 @@ jobs:
with:
install: mingw-w64-${{ matrix.toolchain }}-toolchain base-devel binutils
update: true
cache: false
- name: Build ImageMagick
run: cd .github/build/msys2 && makepkg-mingw --noconfirm --syncdeps
+1
View File
@@ -175,6 +175,7 @@ jobs:
with:
install: mingw-w64-x86_64-toolchain base-devel binutils
update: true
cache: false
- name: Build ImageMagick
run: cd .github/build/msys2 && makepkg-mingw --noconfirm --syncdeps