From 00a767db385172e8c14208604322db8cb2e6adbe Mon Sep 17 00:00:00 2001 From: Oran Agra Date: Sun, 13 Sep 2020 13:51:21 +0300 Subject: [PATCH] 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 78a6e5eb2b19adb40b5ec8fc867345b3c5479586) --- .github/workflows/daily.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index 07cd55c87..087b9f2ef 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -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