Skip to content

Commit 23072cf

Browse files
committed
Fix checks
1 parent 9d56a85 commit 23072cf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/check-standard.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,14 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v2
3434

35+
- uses: r-lib/actions/setup-r@v2
36+
with:
37+
r-version: ${{ matrix.config.r }}
38+
http-user-agent: ${{ matrix.config.http-user-agent }}
39+
use-public-rspm: true
40+
3541
- uses: r-lib/actions/setup-pandoc@v2
36-
42+
3743
- name: Double check repos
3844
run: |
3945
print(getOption("repos"))

0 commit comments

Comments
 (0)