diff options
author | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-19 16:16:19 +0200 |
---|---|---|
committer | Alexey Rusakov <Kitsune-Ral@users.sf.net> | 2022-05-19 17:42:28 +0200 |
commit | a78bf8528fc38f7e1a3f6f912ef3d915eb1b5f29 (patch) | |
tree | cf7b4ac265712c7eb47f3d4fbf32b1d850f8ed38 | |
parent | 20f169af3df90198770e7017c399b08f7d313ebd (diff) | |
download | libquotient-a78bf8528fc38f7e1a3f6f912ef3d915eb1b5f29.tar.gz libquotient-a78bf8528fc38f7e1a3f6f912ef3d915eb1b5f29.zip |
Use Clang 12 for LGTM now that it runs on focal
-rw-r--r-- | .lgtm.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -15,4 +15,4 @@ extraction: # - cmake --build build # - popd configure: - command: "CXX=clang++-9 cmake . -GNinja" # -DOlm_DIR=olm/build" + command: "CXX=clang++-12 cmake . -GNinja" # -DOlm_DIR=olm/build" |