lgtm.yml: add g++ to prerequisite software

LGTM build failed since -Wformat-diag check is failed.
So we add g++ to check its version in LGTM.
May help to fix #17460.

Change-Id: I9400dbbab7800c522bf7ed797adae48299581a4e
Reviewed-on: https://review.haiku-os.org/c/haiku/+/4780
Reviewed-by: Jérôme Duval <[email protected]>
This commit is contained in:
Murai Takashi
2021-12-13 13:59:38 +00:00
committed by Jérôme Duval
parent 000310809f
commit 771516d7f0
+1
View File
@@ -9,6 +9,7 @@ extraction:
- texinfo
- flex
- bison
- g++
- gawk
- build-essential
- unzip