From 00017f2fae419f9c6548657ca726c04b83c5e2a8 Mon Sep 17 00:00:00 2001 From: Justin Israel Date: Tue, 9 Jan 2024 09:49:22 +1300 Subject: [PATCH] ci: test --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e30d2bc..f630529 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: - name: Setup ImageMagick shell: msys2 {0} run: | - pacman --noconfirm -SU mingw-w64-x86_64-imagemagick + pacman --noconfirm -S mingw-w64-x86_64-imagemagick - name: Install deps shell: msys2 {0}