We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5122781 commit 4a63971Copy full SHA for 4a63971
.github/workflows/test-rstan.yaml
@@ -20,7 +20,7 @@ jobs:
20
config:
21
- {os: macos-latest, r: 'devel'}
22
23
- - {os: windows-11-arm, r: '4.5.1'}
+ - {os: windows-11-arm, r: '4.5.1', extra-pkgs: RcppCore/RcppParallel}
24
- {os: windows-latest, r: 'devel'}
25
26
- {os: ubuntu-24.04-arm, r: 'release'}
@@ -78,7 +78,7 @@ jobs:
78
79
- uses: r-lib/actions/setup-r-dependencies@v2
80
with:
81
- extra-packages: local::. any::rstan any::rstantools
+ extra-packages: local::. any::rstan any::rstantools ${{ matrix.config.extra-pkgs }}
82
pak-version: ${{ matrix.config.os == 'windows-11-arm' && 'none' || 'stable' }}
83
84
- name: Get Package sources
0 commit comments