ci: Install Homebrew's `pkg-config` package

Some versions of macOS images lack the 'pkg-config' package, which is
required for the build process.
pull/28513/head
Hennadii Stepanov 1 year ago
parent 8247a8db69
commit 43cd8029fa
No known key found for this signature in database
GPG Key ID: 410108112E7EA81F

@ -68,7 +68,7 @@ jobs:
run: clang --version
- name: Install Homebrew packages
run: brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt
run: brew install automake libtool pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
- name: Set Ccache directory
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"

Loading…
Cancel
Save