We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
pkgconf
2 parents dbc8ba1 + e2f2698 commit 14f162dCopy full SHA for 14f162d
.github/workflows/ci.yml
@@ -120,8 +120,7 @@ jobs:
120
run: |
121
# A workaround for "The `brew link` step did not complete successfully" error.
122
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
+ brew install --quiet coreutils ninja pkgconf gnu-getopt ccache boost libevent zeromq qt@5 qrencode
125
126
- name: Set Ccache directory
127
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
0 commit comments