Skip to content

Commit

Permalink
ci: note that we should install pkgconf in future
Browse files Browse the repository at this point in the history
As pkg-config is now just redirected to the later, but changing this likely
depends on the GHA image being updated first.
  • Loading branch information
fanquake committed Nov 21, 2024
1 parent 8d20348 commit fe3457c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ jobs:
run: |
# A workaround for "The `brew link` step did not complete successfully" error.
brew install --quiet python@3 || brew link --overwrite python@3
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.
brew install --quiet coreutils ninja gnu-getopt ccache boost libevent zeromq qt@5 qrencode
- name: Set Ccache directory
run: echo "CCACHE_DIR=${RUNNER_TEMP}/ccache_dir" >> "$GITHUB_ENV"
Expand Down

0 comments on commit fe3457c

Please sign in to comment.