Skip to content

Commit b9d8d77

Browse files
committed
Test pak deps
1 parent c97d80e commit b9d8d77

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,14 @@ jobs:
6464
Remove-Item -Path "R-4.5.0-aarch64.exe"
6565
Remove-Item -Path "rtools45-aarch64.exe"
6666
67+
- name: Install Pak (WINARM64)
68+
if: matrix.config.os == 'windows-11-arm'
69+
run: |
70+
install.packages("pak",
71+
repos = c("https://r-lib.r-universe.dev", "https://cloud.r-project.org"),
72+
Ncpus = 4);
73+
shell: Rscript {0}
74+
6775
- uses: r-lib/actions/setup-r-dependencies@v2
6876
with:
6977
extra-packages: any::rcmdcheck

0 commit comments

Comments
 (0)