1name: brew 2runs: 3 using: composite 4 steps: 5 - shell: bash 6 run: | 7 set -x 8 brew install \ 9 pkg-config \ 10 autoconf \ 11 bison \ 12 re2c 13 brew install \ 14 openssl@1.1 \ 15 krb5 \ 16 bzip2 \ 17 enchant \ 18 libffi \ 19 libpng \ 20 webp \ 21 freetype \ 22 intltool \ 23 icu4c \ 24 libiconv \ 25 zlib \ 26 t1lib \ 27 gd \ 28 libzip \ 29 gmp \ 30 tidy-html5 \ 31 libxml2 \ 32 libjpeg \ 33 libxslt \ 34 postgresql 35 brew link icu4c gettext --force 36