Skip to content
This repository has been archived by the owner on Sep 30, 2022. It is now read-only.

Commit

Permalink
Fix main.yml
Browse files Browse the repository at this point in the history
Use rstudio's repos.
  • Loading branch information
maurolepore committed Oct 9, 2019
1 parent 58c5119 commit 6d13abc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/templates/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
&& sh get-docker.sh
- name: Install package dependencies
run: |
Rscript -e "install.packages(c('pkgdown', 'remotes', 'rcmdcheck'), repos = 'https://demo.rstudiopm.com/all/__linux__/bionic/latest')"
Rscript -e "install.packages(c('pkgdown', 'remotes', 'rcmdcheck'), repos = 'https://cran.rstudio.com/')"
Rscript -e "remotes::install_deps(dependencies = TRUE)"
- name: Check package
run: |
Expand Down

0 comments on commit 6d13abc

Please sign in to comment.