Skip to content

Commit 521f0ec

Browse files
committed
Simplify
1 parent 583c191 commit 521f0ec

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ jobs:
6464

6565
- name: Install dependencies & Check Package (ARM64)
6666
if: matrix.config.os == 'windows-11-arm'
67-
run: |
68-
& 'C:\Program Files\R-aarch64\R-4.5.0\bin\Rscript.exe' -e "install.packages('pkgbuild', repos = c(CRAN = 'https://cloud.r-project.org'))"
67+
run: sessionInfo()
68+
shell: Rscript {0}

0 commit comments

Comments
 (0)