Skip to content

Commit

Permalink
build: force install of libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 8, 2025
1 parent a0b5d22 commit d01fa2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install macOS Dependencies
if: runner.os == 'macOS'
run: |
brew install pkg-config libxml2 libxslt
brew install --force pkg-config libxml2 libxslt
sudo ln -s /usr/local/opt/libxml2/include/libxml2/libxml /usr/local/include/libxml
brew install icu4c wkhtmltopdf
Expand Down

0 comments on commit d01fa2c

Please sign in to comment.