Skip to content

Commit

Permalink
ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
evamartin1240 committed May 15, 2024
1 parent 644de29 commit 647c374
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
matrix:
config:
- {
os: ubuntu-22.04,
os: ubuntu-24.04,
conf_name: 'ubuntu',
r: '4.3',
bioc: '3.19',
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Install Linux system dependencies
if: runner.os == 'Linux'
run: |
sysreqs=$(Rscript -e 'cat("apt-get update -y && apt-get install -y", paste(gsub("apt-get install -y ", "", remotes::system_requirements("ubuntu", "22.04")), collapse = " "))')
sysreqs=$(Rscript -e 'cat("apt-get update -y && apt-get install -y", paste(gsub("apt-get install -y ", "", remotes::system_requirements("ubuntu", "24.04")), collapse = " "))')
echo $sysreqs
sudo -s eval "$sysreqs"
sudo apt-get install -y texlive-extra-utils texlive-latex-extra texlive-latex-base texlive-latex-recommended lmodern texlive-luatex texlive-full libmagick++-dev
Expand Down

0 comments on commit 647c374

Please sign in to comment.