summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2020-09-13 13:51:21 +0300
committerGitHub <noreply@github.com>2020-09-13 13:51:21 +0300
commit78a6e5eb2b19adb40b5ec8fc867345b3c5479586 (patch)
treeb152433bc7ee4809f435c4e5e59ce472c8a358a5 /.github
parented9bfe226289759756126f35583394e5db93048f (diff)
downloadredis-78a6e5eb2b19adb40b5ec8fc867345b3c5479586.tar.gz
Fix failing valgrind installation in github actions (#7792)
These tests started failing every day on http 404 (not being able to install valgrind)
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/daily.yml1
1 files changed, 1 insertions, 0 deletions
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