added valgrind install

This commit is contained in:
Scott Charlton 2022-03-29 08:34:53 -06:00 committed by GitHub
parent 141a9abde5
commit e01a5711ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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