Skip to content

Commit

Permalink
Update the R-CMD-check workflow: add 'libpng' for Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
aursiber committed Sep 26, 2024
1 parent f3c7d31 commit ff6b159
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ jobs:
run: |
sudo apt-get install libcurl4-openssl-dev
- name: Install libraries for macOS
if: runner.os == 'macOS'
run: |
brew install libpng
- name: Install bioconductor packages
run: |
install.packages("BiocManager")
Expand Down

0 comments on commit ff6b159

Please sign in to comment.