Skip to content

Commit

Permalink
Uninstall more packages 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 d66ea96 commit 32d5355
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build/macos-arm64/install.build-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ brew uninstall glib
brew uninstall jpeg-xl
brew uninstall libpng
brew uninstall libraw
brew uninstall libtiff
brew uninstall libzip
brew uninstall jpeg-turbo

brew uninstall --ignore-dependencies brotli
brew uninstall --ignore-dependencies xz
Expand Down
4 changes: 4 additions & 0 deletions build/macos-x64/install.build-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ brew uninstall libxext
brew uninstall glib
brew uninstall jpeg-xl
brew uninstall libpng
brew uninstall libraw
brew uninstall libtiff
brew uninstall libzip
brew uninstall jpeg-turbo

brew uninstall --ignore-dependencies brotli
brew uninstall --ignore-dependencies xz
Expand Down

0 comments on commit 32d5355

Please sign in to comment.