From 039ed38067a9d34c8625b2b8b260822c8f65d63e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 4 Apr 2020 10:25:47 -0700 Subject: [PATCH] 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 --- .github/workflows/ios.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index 013371af0..412ac815b 100644 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -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