Skip to content

Commit

Permalink
XXX brew pkg-config is already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
ndim committed Sep 18, 2024
1 parent bfe90c9 commit 9c42604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: 'Install build requirements (macOS)'
if: runner.os == 'macOS'
run: |
brew install autoconf automake pkg-config e2fsprogs
brew install autoconf automake e2fsprogs
echo PATH="/opt/homebrew/opt/e2fsprogs/bin:/opt/homebrew/opt/e2fsprogs/sbin:$PATH" >> $GITHUB_ENV
echo PKG_CONFIG_PATH="/opt/homebrew/opt/e2fsprogs/lib/pkgconfig${PKG_CONFIG_PATH+":$PKG_CONFIG_PATH"}" >> $GITHUB_ENV
Expand Down

0 comments on commit 9c42604

Please sign in to comment.