From d67e16ae3c4dcbe90f056e70702abbbb721a8ee1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Sur=C3=BD?= Date: Wed, 2 Jun 2021 09:33:27 +0200 Subject: [PATCH] Add libnghttp2-dev to .lgtm.yml The LGTM.com configuration was missing required library, so the "Extraction" step of the analysis was failing. --- .lgtm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.lgtm.yml b/.lgtm.yml index 3f36c409fa..87739a0fe6 100644 --- a/.lgtm.yml +++ b/.lgtm.yml @@ -13,6 +13,7 @@ extraction: - "libidn2-dev" - "libmaxminddb-dev" - "libuv1-dev" + - "libnghttp2-dev" configure: command: - "autoreconf -fi"