Skip to content

Commit 290d2cc

Browse files
committed
use action to set up R
1 parent 65617a9 commit 290d2cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ jobs:
1717
- name: Install depedencies
1818
run: |
1919
sudo apt install -y check valgrind # required for make plugin
20-
sudo apt install -y r-base # required for R plugin
20+
- uses: r-lib/actions/setup-r@v1
21+
with:
22+
r-version: "3.5.3"
2123
- name: Install tmc-r-tester
2224
run: |
2325
Rscript -e 'install.packages(c("devtools","testthat", "httr", "curl"),repos="https://ftp.eenet.ee/pub/cran/")'

0 commit comments

Comments
 (0)