From 2184fd1274d8abac38cad0ca104f1a1bc25cd699 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Fri, 13 Sep 2024 16:22:04 +0200 Subject: [PATCH] Fix GA macOS brew warnings These pollute the job overview. --- .github/actions/brew/action.yml | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/.github/actions/brew/action.yml b/.github/actions/brew/action.yml index 5868d3917b80c..360c0a85c99f7 100644 --- a/.github/actions/brew/action.yml +++ b/.github/actions/brew/action.yml @@ -12,31 +12,15 @@ runs: sudo sed -Ei '' "s/$code.*/$code, overwrite: true\)/" "$formula_installer" brew install \ - pkg-config \ - autoconf \ bison \ re2c brew install \ - openssl@1.1 \ - curl \ - krb5 \ bzip2 \ enchant \ libffi \ - libpng \ - webp \ - freetype \ intltool \ - icu4c \ libiconv \ - zlib \ t1lib \ - gd \ - libzip \ - gmp \ - tidy-html5 \ libxml2 \ libjpeg \ - libxslt \ - postgresql - brew link icu4c gettext --force + libxslt