Skip to content

Commit 92f379f

Browse files
committed
ci: Skip some installs on macOS
1 parent 776719b commit 92f379f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
done
181181
# Workaround for https://github.com/actions/runner-images/issues/10984
182182
brew uninstall --ignore-dependencies --force pkg-config@0.29.2
183-
brew install ccache ffmpeg ghostscript gobject-introspection gtk4 imagemagick ninja
183+
brew install ccache ffmpeg gobject-introspection gtk4 ninja
184184
brew install --cask font-noto-sans-cjk font-noto-sans-cjk-sc inkscape
185185
;;
186186
esac

0 commit comments

Comments
 (0)