mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Fixed working directory options
This commit is contained in:
parent
6e4c6e0f77
commit
c986150d1f
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
@ -108,14 +108,13 @@ jobs:
|
||||
uses: r-lib/actions/setup-r@v2
|
||||
with:
|
||||
use-public-rspm: true
|
||||
working-directory: R
|
||||
|
||||
- name: Install dependencies
|
||||
uses: r-lib/actions/setup-r-dependencies@v2
|
||||
with:
|
||||
extra-packages: any::roxygen2
|
||||
needs: roxygen2
|
||||
working-directory: R
|
||||
working-directory: R
|
||||
|
||||
- name: Document
|
||||
run: roxygen2::roxygenise()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user