1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-03-04 06:10:23 +01:00

Install valgrind for the CI

This commit is contained in:
q-posev 2025-01-02 23:33:05 +01:00
parent 68d6780d76
commit a7cf0553cc

View File

@ -60,7 +60,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install libhdf5-dev emacs libtool-bin
sudo apt-get install libhdf5-dev emacs libtool-bin valgrind
- name: configure with autotools
run: |