Skip to content

Commit aef31a9

Browse files
committed
install devtools
1 parent d7a8c2e commit aef31a9

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/samples-r.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ jobs:
3434
with:
3535
use-public-rspm: true
3636

37+
- name: Install devtools
38+
run: install.packages("devtools")
39+
shell: Rscript {0}
40+
3741
- name: Build
3842
run: devtools::build()
3943
shell: Rscript {0}

0 commit comments

Comments
 (0)