Skip to content

Commit 1d563fd

Browse files
committed
Windows ARM in CI
1 parent b037e33 commit 1d563fd

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,7 @@ jobs:
7171
- name: Install dependencies & Check Package (ARM64)
7272
if: matrix.config.os == 'windows-11-arm'
7373
run: |
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-
"
74+
& 'C:\Program Files\R-aarch64\R-4.5.0\bin\Rscript.exe' -e "install.packages(c('tinytest', 'rmarkdown', 'knitr', 'rcmdcheck'), repos = c(CRAN = 'https://cran.rstudio.com'));rcmdcheck::rcmdcheck(args = c('--no-manual', '--as-cran'))"
7875
7976
- uses: r-lib/actions/setup-r-dependencies@v2
8077
if: matrix.config.os != 'windows-11-arm'

0 commit comments

Comments
 (0)