Skip to content

Commit

Permalink
Update check-bioc.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tnaake committed Oct 31, 2024
1 parent 261bce0 commit 0c60136
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 @@ -122,7 +122,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 xdg-utils
sudo apt-get install -y xdg-utils
- name: Install macOS system dependencies
if: matrix.config.os == 'macOS-latest'
Expand Down

0 comments on commit 0c60136

Please sign in to comment.