mirror of
https://github.com/TREX-CoE/trexio.git
synced 2025-03-04 06:10:23 +01:00
Fix CI
This commit is contained in:
parent
a9cdc2773d
commit
0533cc67c0
4
.github/workflows/actions.yml
vendored
4
.github/workflows/actions.yml
vendored
@ -60,7 +60,7 @@ jobs:
|
||||
- name: install dependencies
|
||||
run: |
|
||||
sudo apt-get update
|
||||
sudo apt-get install libhdf5-dev emacs libtool
|
||||
sudo apt-get install libhdf5-dev emacs
|
||||
|
||||
- name: configure with autotools
|
||||
run: |
|
||||
@ -74,7 +74,7 @@ jobs:
|
||||
run: make -j2 check
|
||||
|
||||
- name: check via valgrind
|
||||
run: cd tests && bash run_valgrind.sh
|
||||
run: cd tests && ./run_valgrind.sh
|
||||
|
||||
- name: Archive test log file
|
||||
if: failure()
|
||||
|
Loading…
x
Reference in New Issue
Block a user