Skip to content

Commit

Permalink
Update XML install on mac os in check-bioc action
Browse files Browse the repository at this point in the history
  • Loading branch information
adeschen committed Apr 10, 2024
1 parent 52cb3b8 commit 2ba9e85
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ jobs:
## Enable installing XML from source if needed
brew install libxml2
echo "XML_CONFIG=/usr/local/opt/libxml2/bin/xml2-config" >> $GITHUB_ENV
echo "export PATH="/usr/local/opt/libxml2/bin:$PATH"' >> /Users/runner/.bash_profile"
echo "export LDFLAGS="-L/usr/local/opt/libxml2/lib"
echo "export CPPFLAGS="-I/usr/local/opt/libxml2/include"
echo "export PKG_CONFIG_PATH="/usr/local/opt/libxml2/lib/pkgconfig"
## Required to install magick as noted at
## https://github.com/r-lib/usethis/commit/f1f1e0d10c1ebc75fd4c18fa7e2de4551fd9978f#diff-9bfee71065492f63457918efcd912cf2
Expand Down

0 comments on commit 2ba9e85

Please sign in to comment.