mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-17 20:16:16 +00:00
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:
parent
0d8324bfb4
commit
039ed38067
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ios.yml
vendored
2
.github/workflows/ios.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue