Skip to content

Commit fd2e520

Browse files
committed
set dir
1 parent 1989b45 commit fd2e520

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/samples-r.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ jobs:
3737
- name: Install devtools
3838
run: install.packages("devtools")
3939
shell: Rscript {0}
40+
working-directory: ${{ matrix.sample }}
4041

4142
- name: Build
42-
run: devtools::build("${{ matrix.samples }}")
43+
run: devtools::build()
4344
shell: Rscript {0}
45+
working-directory: ${{ matrix.sample }}
4446

4547
- uses: r-lib/actions/setup-r-dependencies@v2
4648
with:

0 commit comments

Comments
 (0)