Skip to content

Commit

Permalink
GitHub Actions: DO NOT install libxml2 package via brew, because macO…
Browse files Browse the repository at this point in the history
…S already provides it

Signed-off-by: leleliu008 <[email protected]>
  • Loading branch information
leleliu008 committed Nov 26, 2023
1 parent 62c17d8 commit fae067a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/testing-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
# temporarily disabled, because it always fails these days.
#- run: brew update

# NOTE: DO NOT try to install libiconv and libxml2 package via brew, because macOS already provides them.
# NOTE: DO NOT try to install python3 package via brew, it has already been included in macos-xx runner images
# https://github.com/actions/runner-images/blob/macos-13/20231002.1/images/macos/macos-13-Readme.md#python

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

- run: pip3 install docutils

Expand Down

0 comments on commit fae067a

Please sign in to comment.