Skip to content

Commit 8b7381b

Browse files
committed
[GHA] repos update
1 parent 30522e6 commit 8b7381b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ jobs:
1111
uses: actions/checkout@master
1212
- name: Install Package Dependencies
1313
run: |-
14-
Rscript -e "install.packages(c('rcmdcheck', 'remotes', 'covr'), repos = 'https://demo.rstudiopm.com/all/__linux__/bionic/latest')"
15-
Rscript -e "remotes::install_deps(dependencies = TRUE, repos = 'https://demo.rstudiopm.com/all/__linux__/bionic/latest')"
14+
Rscript -e "install.packages(c('rcmdcheck', 'remotes', 'covr'), repos = 'https://cran.rstudio.com')"
15+
Rscript -e "remotes::install_deps(dependencies = TRUE, repos = 'https://cran.rstudio.com')"
1616
- name: codecov
1717
run: Rscript -e "covr::codecov(quiet = FALSE)"
1818
container: rocker/verse:latest
@@ -24,8 +24,8 @@ jobs:
2424
uses: actions/checkout@master
2525
- name: Install Package Dependencies
2626
run: |-
27-
Rscript -e "install.packages(c('rcmdcheck', 'remotes'), repos = 'https://demo.rstudiopm.com/all/__linux__/bionic/latest')"
28-
Rscript -e "remotes::install_deps(dependencies = TRUE, repos = 'https://demo.rstudiopm.com/all/__linux__/bionic/latest')"
27+
Rscript -e "install.packages(c('rcmdcheck', 'remotes'), repos = 'https://cran.rstudio.com')"
28+
Rscript -e "remotes::install_deps(dependencies = TRUE, repos = 'https://cran.rstudio.com')"
2929
- name: Run Check
3030
run: Rscript -e "rcmdcheck::rcmdcheck(args = '--no-manual', build_args = '--no-manual', error_on = 'note')"
3131
container: rocker/verse:latest

0 commit comments

Comments
 (0)