Skip to content

Commit

Permalink
ci: Install Homebrew's pkg-config package
Browse files Browse the repository at this point in the history
Some versions of macOS images lack the 'pkg-config' package, which is
required for the build process.
  • Loading branch information
hebasto committed Sep 20, 2023
1 parent 8247a8d commit 43cd802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 43cd802

Please sign in to comment.