diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-15 15:12:43 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-29 08:38:36 -0800 |
commit | 3fa2a6a5333bfe9fc5d0d39bd33cd647eb49b375 (patch) | |
tree | cff1361772dac11924da8a3a70af4b3783b1cf62 /.github | |
parent | ed67979ed96c25d6d8c59149408304c4ee8e88ca (diff) | |
download | subsurface-3fa2a6a5333bfe9fc5d0d39bd33cd647eb49b375.tar.gz |
build-system: add QtCharts for CodeQL build
This fixes another GitHub Action failure.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 45e530d82..7840c7a43 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -47,7 +47,8 @@ jobs: qml-module-qtquick2 qt5-default qt5-qmake qtchooser qtconnectivity5-dev \ qtdeclarative5-dev qtdeclarative5-private-dev qtlocation5-dev \ qtpositioning5-dev qtscript5-dev qttools5-dev qttools5-dev-tools \ - qtquickcontrols2-5-dev xvfb libbluetooth-dev libmtp-dev + qtquickcontrols2-5-dev xvfb libbluetooth-dev libmtp-dev \ + libqt5charts5-dev qml-module-qtcharts # Initializes the CodeQL tools for scanning. |