GitHub Actions: add pkg-config to iOS build

Our builds fail because we are missing pkg-config.
I'm not quite sure if this is triggered by a new dependency or if pkg-config
used to be there and now isn't. Either way, this should hopefully fix things.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-04-04 10:25:47 -07:00
parent 0d8324bfb4
commit 039ed38067

View file

@ -14,7 +14,7 @@ jobs:
- name: checkout sources
uses: actions/checkout@v1
- name: setup Homebrew
run: brew install autoconf automake libtool
run: brew install autoconf automake libtool pkg-config
- name: set our Qt build
run: |
env