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.
1 parent 8d20348 commit fe3457cCopy full SHA for fe3457c
.github/workflows/ci.yml
@@ -109,7 +109,8 @@ jobs:
109
run: |
110
# A workaround for "The `brew link` step did not complete successfully" error.
111
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
+ # 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
114
115
- name: Set Ccache directory
116
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
0 commit comments