Skip to content

Commit

Permalink
Merge pull request #57 from ngtcp2/brew-pkg-config
Browse files Browse the repository at this point in the history
GHA: Remove pkg-config from brew install
  • Loading branch information
tatsuhiro-t authored Oct 18, 2024
2 parents 52487c2 + 2259028 commit 93fd4cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: MacOS setup
if: runner.os == 'macOS'
run: |
brew install autoconf automake pkg-config libtool
brew install autoconf automake libtool
- name: Setup clang (Linux)
if: runner.os == 'Linux' && matrix.compiler == 'clang'
run: |
Expand Down

0 comments on commit 93fd4cd

Please sign in to comment.