mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
Added curl install
This commit is contained in:
parent
25d51d59e1
commit
8ecb3cbc85
6
.github/workflows/cmake.yml
vendored
6
.github/workflows/cmake.yml
vendored
@ -104,6 +104,9 @@ jobs:
|
||||
- name: install devtools
|
||||
run: Rscript -e 'install.packages("devtools")'
|
||||
|
||||
- name: install curl
|
||||
run: Rscript -e 'install.packages("curl")'
|
||||
|
||||
- name: versioning
|
||||
run: ./jenkins-dist.sh -v ${{ needs.init.outputs.VER }} -r ${{ needs.init.outputs.REL }} -d ${{ needs.init.outputs.DATE }}
|
||||
|
||||
@ -143,6 +146,9 @@ jobs:
|
||||
- name: install devtools
|
||||
run: Rscript -e 'install.packages("devtools")'
|
||||
|
||||
- name: install curl
|
||||
run: Rscript -e 'install.packages("curl")'
|
||||
|
||||
- name: install valgrind
|
||||
run: sudo apt-get install -y valgrind
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user