Skip to content

Commit b1c6d78

Browse files
committed
use binary packages for github actions runners
1 parent d8e418a commit b1c6d78

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
6767
- name: Install dependencies
6868
run: |
69+
options("pkgType" = "binary")
6970
remotes::install_deps(dependencies = TRUE)
7071
remotes::install_cran("rcmdcheck")
7172
shell: Rscript {0}

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434

3535
- name: Install dependencies
3636
run: |
37+
options("pkgType" = "binary")
3738
remotes::install_deps(dependencies = TRUE)
3839
install.packages("pkgdown", type = "binary")
3940
shell: Rscript {0}

0 commit comments

Comments
 (0)