Skip to content

Commit 91ca528

Browse files
committed
Added communitiy multiverse to setup
1 parent 1224eaf commit 91ca528

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
r-version: ${{ matrix.config.r }}
4141
http-user-agent: ${{ matrix.config.http-user-agent }}
4242
use-public-rspm: true
43-
extra-repositories: 'https://stan-dev.r-universe.dev'
43+
extra-repositories: |
44+
https://community.r-multiverse.org
45+
https://stan-dev.r-universe.dev
4446
4547
- uses: r-lib/actions/setup-r-dependencies@v2
4648
with:

0 commit comments

Comments
 (0)