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 2ba9e85 commit 9e160b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,10 +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"
echo 'export PATH="/usr/local/opt/libxml2/bin:$PATH"' >> /Users/runner/.bash_profile
echo "LDFLAGS=-L/usr/local/opt/libxml2/lib" >> $GITHUB_ENV
echo "CPPFLAGS=-I/usr/local/opt/libxml2/include" >> $GITHUB_ENV
echo "PKG_CONFIG_PATH=/usr/local/opt/libxml2/lib/pkgconfig" >> $GITHUB_ENV
## Required to install magick as noted at
## https://github.com/r-lib/usethis/commit/f1f1e0d10c1ebc75fd4c18fa7e2de4551fd9978f#diff-9bfee71065492f63457918efcd912cf2
Expand Down

0 comments on commit 9e160b3

Please sign in to comment.