36 lines
658 B
YAML
36 lines
658 B
YAML
name: brew
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- shell: bash
|
|
run: |
|
|
set -x
|
|
brew install \
|
|
pkg-config \
|
|
autoconf \
|
|
bison \
|
|
re2c
|
|
brew install \
|
|
openssl@1.1 \
|
|
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
|