Skip to content

Commit 0efe9f9

Browse files
author
shstat1729
committed
Adding
1 parent f4820eb commit 0efe9f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-reproducible.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: r-lib/actions/setup-renv@v2
2424

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

2828
- uses: r-lib/actions/check-r-package@v2
2929
with:

0 commit comments

Comments
 (0)