Add libsnmp-dev to CI test dependencies
The test job needs net-snmp headers to compile the native snmp_helper.c
This commit is contained in:
parent
1192774e30
commit
62f0e1572a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -53,7 +53,7 @@ jobs:
|
||||||
- name: Cache apt packages
|
- name: Cache apt packages
|
||||||
uses: awalsh128/cache-apt-pkgs-action@latest
|
uses: awalsh128/cache-apt-pkgs-action@latest
|
||||||
with:
|
with:
|
||||||
packages: protobuf-compiler lld
|
packages: protobuf-compiler lld libsnmp-dev
|
||||||
version: 1.0
|
version: 1.0
|
||||||
|
|
||||||
- name: Check
|
- name: Check
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue