mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-15 16:18:22 +01:00
added valgrind install
This commit is contained in:
parent
141a9abde5
commit
e01a5711ea
3
.github/workflows/cmake.yml
vendored
3
.github/workflows/cmake.yml
vendored
@ -143,6 +143,9 @@ jobs:
|
||||
- name: install devtools
|
||||
run: Rscript -e 'install.packages("devtools")'
|
||||
|
||||
- name: install valgrind
|
||||
run: apt-get install -y valgrind
|
||||
|
||||
- name: setup clang
|
||||
run: |
|
||||
mkdir -p ~/.R
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user