Skip to content

Commit 4a94166

Browse files
actually use RStudio Package Manager
1 parent c30eb62 commit 4a94166

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,10 @@ jobs:
2626
- name: Setup R
2727
uses: r-lib/actions/setup-r@master
2828
with:
29-
r: '4.0.0'
30-
rspm: "https://packagemanager.rstudio.com/cran/__linux__/bionic/291"
29+
r-version: '4.0.0'
3130
http-user-agent: "R/4.0.0 (ubuntu-18.04) R (4.0.0 x86_64-pc-linux-gnu x86_64 linux-gnu) on GitHub Actions"
31+
env:
32+
RSPM: "https://packagemanager.rstudio.com/cran/__linux__/bionic/291"
3233

3334
- name: Query dependencies
3435
run: |

0 commit comments

Comments
 (0)