Skip to content

Commit

Permalink
GitHub Actions: do not install pkg-config via brew, it has already be…
Browse files Browse the repository at this point in the history
…en installed
  • Loading branch information
leleliu008 committed Nov 21, 2024
1 parent b4ca3d3 commit 45735bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing-on-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- if: matrix.os == 'macos-13'
run: brew install --overwrite [email protected]

- run: brew install automake pkg-config jansson libyaml pcre2
- run: brew install automake jansson libyaml pcre2

- run: pip3 install docutils --break-system-packages

Expand Down

0 comments on commit 45735bd

Please sign in to comment.