Skip to content

Commit

Permalink
Update R-CMD-check workflow: reinstall 'pkg-config' in Mac to fix the…
Browse files Browse the repository at this point in the history
… 'svglite' installation issue
  • Loading branch information
aursiber committed Sep 26, 2024
1 parent a1f5371 commit f6ead1b
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 pkg-config
brew reinstall pkg-config
- name: Install bioconductor packages
run: |
Expand Down

0 comments on commit f6ead1b

Please sign in to comment.