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 9428c1a591472fc87775781e5955aa527c6f1ff0)
This commit is contained in:
parent
c769bc81b6
commit
5097434dee
1
.github/workflows/daily.yml
vendored
1
.github/workflows/daily.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user