diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-12-29 10:54:39 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-29 13:39:16 -0800 |
commit | d6ee2de78f0ff2e3105d551a6ee5c12c03b50686 (patch) | |
tree | ec4d4059d7819825687357279475ad999d0143de | |
parent | 3cf6848605588e6818cf52cb5c14f89925c2b974 (diff) | |
download | subsurface-d6ee2de78f0ff2e3105d551a6ee5c12c03b50686.tar.gz |
build-system: update Coverity build for QtCharts
This was missing in the earlier GitHub Action updates.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r-- | .github/workflows/coverity-scan.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index d3055e847..4b81ca512 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -25,7 +25,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 wget curl libbluetooth-dev libmtp-dev + qtquickcontrols2-5-dev libbluetooth-dev libmtp-dev \ + libqt5charts5-dev qml-module-qtcharts - name: Download Coverity Build Tool run: | |