Skip to content

Commit

Permalink
Update R-CMD-check workflow: install 'pkg-config' on Mac to fix the s…
Browse files Browse the repository at this point in the history
…vglite installation issue
  • Loading branch information
aursiber committed Sep 26, 2024
1 parent ff6b159 commit a1f5371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install libraries for macOS
if: runner.os == 'macOS'
run: |
brew install libpng
brew install pkg-config
- name: Install bioconductor packages
run: |
Expand Down

0 comments on commit a1f5371

Please sign in to comment.