Skip to content

Commit dd4b266

Browse files
committed
Try to make LGTM work again
1 parent e16ed41 commit dd4b266

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.lgtm.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ extraction:
88
prepare:
99
packages: # Assuming package base of eoan
1010
- qtmultimedia5-dev
11-
# after_prepare:
11+
- g++-10
12+
after_prepare:
13+
- export CC="gcc-10" CXX="g++-10"
1214
# - git clone https://gitlab.matrix.org/matrix-org/olm.git
1315
# - pushd olm
1416
# - cmake . -Bbuild -GNinja

0 commit comments

Comments
 (0)