Skip to content

Commit 24bdaf3

Browse files
gh actions
1 parent dcda60a commit 24bdaf3

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
config:
22-
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
22+
- {os: ubuntu-latest, r: 'release'}
2323

2424
env:
2525
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
@@ -35,6 +35,7 @@ jobs:
3535
r-version: ${{ matrix.config.r }}
3636
http-user-agent: ${{ matrix.config.http-user-agent }}
3737
use-public-rspm: true
38+
extra-repositories: 'https://canmod.r-universe.dev'
3839

3940
- uses: r-lib/actions/setup-r-dependencies@v2
4041
with:

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- uses: r-lib/actions/setup-r@v2
3131
with:
3232
use-public-rspm: true
33+
extra-repositories: 'https://canmod.r-universe.dev'
3334

3435
- uses: r-lib/actions/setup-r-dependencies@v2
3536
with:

0 commit comments

Comments
 (0)