mirror of
http://github.com/valkey-io/valkey
synced 2024-11-22 00:52:38 +00:00
Fix failing valgrind installation in github actions (#7792)
These tests started failing every day on http 404 (not being able to install valgrind)
This commit is contained in:
parent
ed9bfe2262
commit
78a6e5eb2b
1
.github/workflows/daily.yml
vendored
1
.github/workflows/daily.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user