Skip to content

Commit

Permalink
macos: install pkgconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Shreyas Atre <[email protected]>
  • Loading branch information
SAtacker committed Jan 21, 2025
1 parent 09f3f27 commit 04d3136
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/macos_debug_fetch_hwloc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- name: Install dependencies
run: |
brew install --overwrite python-tk && \
brew install --overwrite boost gperftools ninja autoconf automake && \
brew install --overwrite boost gperftools ninja autoconf automake pkgconf && \
autoreconf -f -i && \
brew upgrade cmake
- name: Configure
shell: bash
Expand Down

0 comments on commit 04d3136

Please sign in to comment.