mirror of
https://github.com/ImageMagick/ImageMagick.git
synced 2026-06-12 15:37:14 +02:00
Disabled cache in the msys2 build.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user