Skip to content

Commit e2f2698

Browse files
committed
ci, macos: Install pkgconf Homebrew's package
The updated GHA image `20241125.556` is now fully deployed, enabling the installation of `pkgconf` as documented in `doc/build-osx.md`.
1 parent dbc8ba1 commit e2f2698

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,7 @@ jobs:
120120
run: |
121121
# A workaround for "The `brew link` step did not complete successfully" error.
122122
brew install --quiet python@3 || brew link --overwrite python@3
123-
# Update to install pkgconf, once the GHA image has been updated.
124-
brew install --quiet coreutils ninja gnu-getopt ccache boost libevent zeromq qt@5 qrencode
123+
brew install --quiet coreutils ninja pkgconf gnu-getopt ccache boost libevent zeromq qt@5 qrencode
125124
126125
- name: Set Ccache directory
127126
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)