We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e16ed41 commit dd4b266Copy full SHA for dd4b266
.lgtm.yml
@@ -8,7 +8,9 @@ extraction:
8
prepare:
9
packages: # Assuming package base of eoan
10
- qtmultimedia5-dev
11
-# after_prepare:
+ - g++-10
12
+ after_prepare:
13
+ - export CC="gcc-10" CXX="g++-10"
14
# - git clone https://gitlab.matrix.org/matrix-org/olm.git
15
# - pushd olm
16
# - cmake . -Bbuild -GNinja
0 commit comments