Skip to content

Commit 8e005f6

Browse files
author
shstat1729
committed
Adding
1 parent 0efe9f9 commit 8e005f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/check-reproducible.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
- uses: r-lib/actions/setup-r@v2
2020
with:
2121
r-version: "4.4.2"
22+
use-public-rspm: true
2223

2324
- uses: r-lib/actions/setup-renv@v2
2425

2526
- name: Install rcmdcheck
26-
run: Rscript -e 'install.packages("rcmdcheck", repos = "https://cloud.r-project.org")'
27+
run: Rscript -e 'install.packages("rcmdcheck")'
2728

2829
- uses: r-lib/actions/check-r-package@v2
2930
with:

0 commit comments

Comments
 (0)