mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
build-system: update Coverity build for QtCharts
This was missing in the earlier GitHub Action updates. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3cf6848605
commit
d6ee2de78f
1 changed files with 2 additions and 1 deletions
3
.github/workflows/coverity-scan.yml
vendored
3
.github/workflows/coverity-scan.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue