Skip to content

Commit

Permalink
Update check-bioc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaJadidAhari committed Jun 25, 2024
1 parent ee6f279 commit 7eabe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
sysreqs=$(Rscript -e 'cat("apt-get update -y && apt-get install -y", paste(gsub("apt-get install -y ", "", remotes::system_requirements("ubuntu", "20.04")), collapse = " "))')
echo $sysreqs
sudo -s eval "$sysreqs"
sudo apt-get install libmagick++-dev
- name: Install macOS system dependencies
if: matrix.config.os == 'macOS-latest'
run: |
Expand Down

0 comments on commit 7eabe75

Please sign in to comment.