Skip to content

Commit

Permalink
Another try at GitHub action R-CMD-check.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-g committed Oct 22, 2021
1 parent 93d2756 commit 8d24419
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,10 @@ jobs:
do
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04"))')
- name: Install libcurl for R devel
if: (runner.os == 'Linux') && (runner.r == 'devel')
run: sudo apt-get install libcurl4-openssl-dev
while read -r cmd
do
eval sudo $cmd
done < <(Rscript -e 'writeLines(remotes::system_requirements("ubuntu", "20.04", package = "rcmdcheck"))')
- name: Install dependencies
run: |
Expand Down

0 comments on commit 8d24419

Please sign in to comment.