Skip to content

Commit 4a63971

Browse files
committed
deps
1 parent 5122781 commit 4a63971

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-rstan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
config:
2121
- {os: macos-latest, r: 'devel'}
2222

23-
- {os: windows-11-arm, r: '4.5.1'}
23+
- {os: windows-11-arm, r: '4.5.1', extra-pkgs: RcppCore/RcppParallel}
2424
- {os: windows-latest, r: 'devel'}
2525

2626
- {os: ubuntu-24.04-arm, r: 'release'}
@@ -78,7 +78,7 @@ jobs:
7878

7979
- uses: r-lib/actions/setup-r-dependencies@v2
8080
with:
81-
extra-packages: local::. any::rstan any::rstantools
81+
extra-packages: local::. any::rstan any::rstantools ${{ matrix.config.extra-pkgs }}
8282
pak-version: ${{ matrix.config.os == 'windows-11-arm' && 'none' || 'stable' }}
8383

8484
- name: Get Package sources

0 commit comments

Comments
 (0)