Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
q-posev committed Jan 2, 2025
1 parent 0533cc6 commit 68d6780
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand All @@ -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()
Expand Down

0 comments on commit 68d6780

Please sign in to comment.