We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1989b45 commit fd2e520Copy full SHA for fd2e520
1 file changed
.github/workflows/samples-r.yaml
@@ -37,10 +37,12 @@ jobs:
37
- name: Install devtools
38
run: install.packages("devtools")
39
shell: Rscript {0}
40
+ working-directory: ${{ matrix.sample }}
41
42
- name: Build
- run: devtools::build("${{ matrix.samples }}")
43
+ run: devtools::build()
44
45
46
47
- uses: r-lib/actions/setup-r-dependencies@v2
48
with:
0 commit comments