Skip to content

Commit

Permalink
steal github action from recount minus libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinrue committed Jul 4, 2024
1 parent dcdaa29 commit a3742ac
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: |
## Enable installing XML from source if needed
#brew install libxml2
#echo "XML_CONFIG=/opt/homebrew/opt/libxml2/bin/xml2-config" >> $GITHUB_ENV
#echo "XML_CONFIG=/usr/local/opt/libxml2/bin/xml2-config" >> $GITHUB_ENV
## Required to install magick as noted at
## https://github.com/r-lib/usethis/commit/f1f1e0d10c1ebc75fd4c18fa7e2de4551fd9978f#diff-9bfee71065492f63457918efcd912cf2
Expand All @@ -143,16 +143,6 @@ jobs:
## Required for tcltk
brew install xquartz --cask
## Required for terra
brew install gdal
## Required for jpeg ?
brew install pkg-config cairo libpng jpeg giflib
echo 'export PATH="/opt/homebrew/opt/jpeg/bin:$PATH"' >> /Users/runner/.bash_profile
export LDFLAGS="-L/opt/homebrew/opt/jpeg/lib"
export CPPFLAGS="-I/opt/homebrew/opt/jpeg/include"
export PKG_CONFIG_PATH="/opt/homebrew/opt/jpeg/lib/pkgconfig"
- name: Install Windows system dependencies
if: runner.os == 'Windows'
Expand Down

0 comments on commit a3742ac

Please sign in to comment.