Skip to content

Commit

Permalink
Also uninstall glib on the macOS runner.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Oct 1, 2024
1 parent 82e23d2 commit 93b271f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/macos-arm64/install.build-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ brew uninstall sox
brew uninstall gobject-introspection
brew uninstall libxext

brew uninstall glib
brew uninstall jpeg-xl
brew uninstall libpng

Expand Down
1 change: 1 addition & 0 deletions build/macos-x64/install.build-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ brew uninstall sox
brew uninstall gobject-introspection
brew uninstall libxext

brew uninstall glib
brew uninstall jpeg-xl
brew uninstall libpng

Expand Down

0 comments on commit 93b271f

Please sign in to comment.