Skip to content

Commit 5862efc

Browse files
committed
Adding R setup
1 parent ccecae7 commit 5862efc

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
steps:
2727
- name: Checkout
2828
uses: actions/checkout@v4
29+
- name: Setup R
30+
uses: r-lib/actions/setup-r@v2
2931
# - name: Setup Node
3032
# uses: actions/setup-node@v4
3133
# with:

0 commit comments

Comments
 (0)