.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:
Joachim Wiberg 2022-05-29 18:41:45 +02:00
parent eafde9550d
commit 7dc4783af8

View File

@ -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