Unverified Commit 78a6e5eb authored by Oran Agra's avatar Oran Agra Committed by GitHub
Browse files

Fix failing valgrind installation in github actions (#7792)

These tests started failing every day on http 404 (not being able to
install valgrind)
parent ed9bfe22
...@@ -109,6 +109,7 @@ jobs: ...@@ -109,6 +109,7 @@ jobs:
run: make valgrind run: make valgrind
- name: test - name: test
run: | run: |
sudo apt-get update
sudo apt-get install tcl8.5 valgrind -y sudo apt-get install tcl8.5 valgrind -y
./runtest --valgrind --verbose --clients 1 ./runtest --valgrind --verbose --clients 1
- name: module api test - name: module api test
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment