Skip to content

Commit fe3457c

Browse files
committed
ci: note that we should install pkgconf in future
As pkg-config is now just redirected to the later, but changing this likely depends on the GHA image being updated first.
1 parent 8d20348 commit fe3457c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,8 @@ jobs:
109109
run: |
110110
# A workaround for "The `brew link` step did not complete successfully" error.
111111
brew install --quiet python@3 || brew link --overwrite python@3
112-
brew install --quiet coreutils ninja pkg-config gnu-getopt ccache boost libevent zeromq qt@5 qrencode
112+
# Update to install pkgconf, once the GHA image has been updated.
113+
brew install --quiet coreutils ninja gnu-getopt ccache boost libevent zeromq qt@5 qrencode
113114
114115
- name: Set Ccache directory
115116
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)