Skip to content

Commit a95659f

Browse files
committed
try setup-r
1 parent ad78c25 commit a95659f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/performance-tests.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ jobs:
1919
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2020
repo_token: ${{ secrets.GITHUB_TOKEN }}
2121
steps:
22+
- uses: r-lib/actions/setup-r@v2
23+
with:
24+
r-version: release
25+
http-user-agent: release
26+
use-public-rspm: true
2227
- uses: r-lib/actions/setup-r-dependencies@v2
2328
with:
2429
extra-packages: any::rcmdcheck

0 commit comments

Comments
 (0)