.github: install valgrind also for release build
We call `make distcheck` in the release build, so the tests run. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
parent
eafde9550d
commit
7dc4783af8
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
- name: Installing dependencies ...
|
||||
run: |
|
||||
sudo apt-get -y update
|
||||
sudo apt-get -y install tree tshark
|
||||
sudo apt-get -y install tree tshark valgrind
|
||||
- name: Creating Makefiles ...
|
||||
run: |
|
||||
./autogen.sh
|
||||
|
Loading…
Reference in New Issue
Block a user