.github: need valgrind for new memleak test

Signed-off-by: Joachim Wiberg <troglobit@gmail.com>
This commit is contained in:
Joachim Wiberg 2022-05-29 15:47:37 +02:00
parent d76b78c873
commit 0d02ba63bb

View File

@ -27,7 +27,7 @@ jobs:
- name: Install dependencies
run: |
sudo apt-get -y update
sudo apt-get -y install tree tshark
sudo apt-get -y install tree tshark valgrind
- uses: actions/checkout@v2
- name: Configure
run: |