Skip to content

Commit 43cd802

Browse files
committed
ci: Install Homebrew's pkg-config package
Some versions of macOS images lack the 'pkg-config' package, which is required for the build process.
1 parent 8247a8d commit 43cd802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: clang --version
6969

7070
- name: Install Homebrew packages
71-
run: brew install boost libevent qt@5 miniupnpc libnatpmp ccache zeromq qrencode libtool automake gnu-getopt
71+
run: brew install automake libtool pkg-config gnu-getopt ccache boost libevent miniupnpc libnatpmp zeromq qt@5 qrencode
7272

7373
- name: Set Ccache directory
7474
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)