Skip to content

Commit ea84a75

Browse files
committed
Windows ARM in CI
1 parent e8836ea commit ea84a75

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,10 @@ jobs:
7171
- name: Install dependencies & Check Package (ARM64)
7272
if: matrix.config.os == 'windows-11-arm'
7373
run: |
74-
install.packages(c("tinytest", "rmarkdown", "knitr", "rcmdcheck"), repos = c(CRAN = "https://cran.rstudio.com"))
75-
rcmdcheck::rcmdcheck(args = c("--no-manual", "--as-cran"))
76-
shell: C:\Program Files\R-aarch64\R-4.5.0\bin\Rscript.exe {0}
74+
C:\Program Files\R-aarch64\R-4.5.0\bin\Rscript.exe -e " `
75+
install.packages(c('tinytest', 'rmarkdown', 'knitr', 'rcmdcheck'), repos = c(CRAN = 'https://cran.rstudio.com')); `
76+
rcmdcheck::rcmdcheck(args = c('--no-manual', '--as-cran')) `
77+
"
7778
7879
- uses: r-lib/actions/setup-r-dependencies@v2
7980
if: matrix.config.os != 'windows-11-arm'

0 commit comments

Comments
 (0)