Skip to content

Commit 4748f66

Browse files
authored
ci: Install binaries from r-universe for dev workflow (#813)
1 parent cd49091 commit 4748f66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,14 @@ jobs:
118118
with:
119119
cache-version: rcc-dev-${{ matrix.package }}-1
120120
needs: build, check
121-
extra-packages: "any::rcmdcheck any::remotes ."
121+
extra-packages: "any::rcmdcheck r-lib/remotes@f-618-universe ."
122122
token: ${{ secrets.GITHUB_TOKEN }}
123123

124124
- name: Install dev version of ${{ matrix.package }}
125125
env:
126126
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
127127
run: |
128-
remotes::install_dev("${{ matrix.package }}", "https://cloud.r-project.org", upgrade = "always")
128+
remotes::install_runiverse("${{ matrix.package }}", linux_distro = "noble")
129129
shell: Rscript {0}
130130

131131
- name: Session info

0 commit comments

Comments
 (0)