mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
added devtools install
This commit is contained in:
parent
ff272b20a6
commit
85ed08045a
5
.github/workflows/cmake.yml
vendored
5
.github/workflows/cmake.yml
vendored
@ -116,6 +116,11 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
use-public-rspm: true
|
use-public-rspm: true
|
||||||
|
|
||||||
|
- name: install devtools
|
||||||
|
run: |
|
||||||
|
install.packages("devtools")
|
||||||
|
shell: Rscript {0}
|
||||||
|
|
||||||
- name: versioning
|
- name: versioning
|
||||||
run: ./jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}
|
run: ./jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user