Skip to content

Commit c97d80e

Browse files
committed
Test pak deps
1 parent f3c3e7b commit c97d80e

File tree

1 file changed

+1
-24
lines changed

1 file changed

+1
-24
lines changed

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

Lines changed: 1 addition & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
33
on:
44
push:
5-
branches: [main, master]
5+
branches: [main, master, winarm-deps]
66
pull_request:
77
branches: [main, master]
88

@@ -18,22 +18,8 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
config:
21-
- {os: macos-latest, r: 'devel'}
22-
- {os: macos-latest, r: 'release'}
23-
- {os: macos-latest, r: 'oldrel'}
2421

2522
- {os: windows-11-arm }
26-
- {os: windows-latest, r: 'devel'}
27-
- {os: windows-latest, r: 'release'}
28-
- {os: windows-latest, r: 'oldrel'}
29-
30-
- {os: ubuntu-24.04-arm, r: 'devel'}
31-
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
32-
- {os: ubuntu-latest, r: 'release'}
33-
- {os: ubuntu-latest, r: 'oldrel'}
34-
- {os: ubuntu-latest, r: '4.1'}
35-
- {os: ubuntu-latest, r: '4.0'}
36-
- {os: ubuntu-latest, r: '3.6'}
3723

3824
env:
3925
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -78,16 +64,7 @@ jobs:
7864
Remove-Item -Path "R-4.5.0-aarch64.exe"
7965
Remove-Item -Path "rtools45-aarch64.exe"
8066
81-
- name: Install Dependencies (ARM64)
82-
if: matrix.config.os == 'windows-11-arm'
83-
run: |
84-
install.packages(c("tinytest", "knitr", "rmarkdown", "rcmdcheck"),
85-
repos = c("https://r-lib.r-universe.dev", "https://cloud.r-project.org"),
86-
Ncpus = 4);
87-
shell: Rscript {0}
88-
8967
- uses: r-lib/actions/setup-r-dependencies@v2
90-
if: matrix.config.os != 'windows-11-arm'
9168
with:
9269
extra-packages: any::rcmdcheck
9370
needs: check

0 commit comments

Comments
 (0)