1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2025-03-04 06:10:23 +01:00
This commit is contained in:
q-posev 2025-01-02 23:24:34 +01:00
parent 0533cc67c0
commit 68d6780d76

View File

@ -60,7 +60,7 @@ jobs:
- name: install dependencies
run: |
sudo apt-get update
sudo apt-get install libhdf5-dev emacs
sudo apt-get install libhdf5-dev emacs libtool-bin
- name: configure with autotools
run: |
@ -74,7 +74,9 @@ jobs:
run: make -j2 check
- name: check via valgrind
run: cd tests && ./run_valgrind.sh
run: |
which libtool
cd tests && ./run_valgrind.sh
- name: Archive test log file
if: failure()