mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Added set working directory
This commit is contained in:
parent
ae1bd7fa4b
commit
6e4c6e0f77
2
.github/workflows/cmake.yml
vendored
2
.github/workflows/cmake.yml
vendored
@ -108,12 +108,14 @@ 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
|
||||
|
||||
- name: Document
|
||||
run: roxygen2::roxygenise()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user