From 64c66e14550908187ffabf9d10f5cb415814a1bd Mon Sep 17 00:00:00 2001 From: Paul Adelsbach Date: Tue, 16 Dec 2025 18:24:02 -0800 Subject: [PATCH] Add valgrind to librelp.yml to enable additional tests --- .github/workflows/librelp.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/librelp.yml b/.github/workflows/librelp.yml index 30e6a966..ab182edd 100644 --- a/.github/workflows/librelp.yml +++ b/.github/workflows/librelp.yml @@ -55,7 +55,8 @@ jobs: run: | apt-get update apt-get install -y git build-essential autoconf automake \ - libtool pkg-config libgnutls28-dev net-tools iproute2 python3 + libtool pkg-config libgnutls28-dev net-tools iproute2 python3 \ + valgrind libtool-bin - name: Checkout wolfProvider uses: actions/checkout@v4