Fix failing valgrind installation in github actions (#7792)

These tests started failing every day on http 404 (not being able to
install valgrind)

(cherry picked from commit 78a6e5eb2b)
This commit is contained in:
Oran Agra
2020-10-27 09:12:01 +02:00
parent 5106a144f0
commit 00a767db38
+1
View File
@@ -109,6 +109,7 @@ jobs:
run: make valgrind
- name: test
run: |
sudo apt-get update
sudo apt-get install tcl8.5 valgrind -y
./runtest --valgrind --verbose --clients 1
- name: module api test