Skip to content

Commit

Permalink
build: remove manual symlink
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Jan 8, 2025
1 parent 5cdbc68 commit 8034ee9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@ jobs:
- name: Install macOS Dependencies
if: runner.os == 'macOS'
run: |
brew install --force pkg-config libxml2 libxslt
sudo ln -s /usr/local/opt/libxml2/include/libxml2/libxml /usr/local/include/libxml
brew install pkg-config libxml2 libxslt
brew install icu4c wkhtmltopdf
env:
PKG_CONFIG_PATH: "/opt/homebrew/opt/libxslt/lib/pkgconfig"
# - name: Install Windows Dependencies
# if: runner.os == 'Windows'
Expand Down

0 comments on commit 8034ee9

Please sign in to comment.