From 62f0e1572a4dfabdd0f312a0e598dcd091c43597 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 10 Feb 2026 08:21:38 -0600 Subject: [PATCH] Add libsnmp-dev to CI test dependencies The test job needs net-snmp headers to compile the native snmp_helper.c --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27c406c..29e3d55 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: - name: Cache apt packages uses: awalsh128/cache-apt-pkgs-action@latest with: - packages: protobuf-compiler lld + packages: protobuf-compiler lld libsnmp-dev version: 1.0 - name: Check