Skip to content

Commit 8c68472

Browse files
authored
Force curl instalation from specific repo!!
1 parent 1d87da2 commit 8c68472

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/R-CMD-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- name: Install dependencies
7575
run: |
7676
remotes::install_deps(dependencies = TRUE)
77-
install.packages("curl", type = "source")
77+
install.packages("curl", repos = "https://cloud.r-project.org", type = "source")
7878
remotes::install_cran("rcmdcheck")
7979
shell: Rscript {0}
8080

0 commit comments

Comments
 (0)