Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[build] add missing package libyang-dev in lgtm.yml (#2475)
**Why I did it** lgtm build process broken. This PR will fix it. ``` [2022-09-30 18:21:33] [build-stderr] In file included from defaultvalueprovider.cpp:10: [2022-09-30 18:21:33] [build-stderr] defaultvalueprovider.h:8:10: fatal error: libyang/libyang.h: No such file or directory [2022-09-30 18:21:33] [build-stderr] 8 | #include <libyang/libyang.h> [2022-09-30 18:21:33] [build-stderr] | ^~~~~~~~~~~~~~~~~~~ [2022-09-30 18:21:33] [build-stderr] compilation terminated. ``` **How I verified it** The lgtm.yml change does not take effect in this PR's checker. I manually test it https://lgtm.com/logs/19f4015aec3863d7d4e7d5667cbbc251efd1d0f4/lang:cpp
- Loading branch information