Skip to content

Commit

Permalink
Use correct version of ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Bisaloo committed Sep 11, 2020
1 parent cb58f57 commit 0a4038c
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 @@ -64,7 +64,7 @@ jobs:
while read -r cmd
do
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "16.04"))')
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
- name: Install system dependencies (macOS)
if: runner.os == 'macOS'
Expand Down

0 comments on commit 0a4038c

Please sign in to comment.