From d6ee2de78f0ff2e3105d551a6ee5c12c03b50686 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 29 Dec 2020 10:54:39 -0800 Subject: build-system: update Coverity build for QtCharts This was missing in the earlier GitHub Action updates. Signed-off-by: Dirk Hohndel --- .github/workflows/coverity-scan.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: | -- cgit v1.2.3-70-g09d2