diff options
| author | Lex Neva <github.com@lexneva.name> | 2020-01-04 20:19:41 -0500 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2020-01-29 01:29:49 -0500 |
| commit | ff433f2bea893af316a62457dfa75c5299ddda47 (patch) | |
| tree | 0194710586c20ac43eb411ab52531d9f4568261b /.github/workflows | |
| parent | b3623e12687b00eac047285be43c09bab051c835 (diff) | |
more dependencies
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/build.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9187d099..8b4ae961 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -66,8 +66,11 @@ jobs: brew update # this errors because it installs python3 but python2 is already installed - brew install gtk+3 || true + brew install gtk+3 pkg-config gobject-introspection libffi || true + export LDFLAGS="-L/usr/local/opt/libffi/lib" + export PKG_CONFIG_PATH="/usr/local/opt/libffi/lib/pkgconfig" + # for msgfmt brew link gettext --force |
