diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-09-20 18:17:06 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-09-20 18:17:20 -0700 |
commit | 77781b936aeffec5d96e8cb7f75c12020cb2b6c3 (patch) | |
tree | 182315de6afb7eafa7c0dc982d46bc50fd2af5eb /.github | |
parent | 767f0a4f3eb0c6767e8fa6938028d8153e1ae0f5 (diff) | |
download | subsurface-77781b936aeffec5d96e8cb7f75c12020cb2b6c3.tar.gz |
build-system/packaging: add bluez dependency for Coverity build
I had missed this one in commit d73e0a0fb4028ea967ce24a162328853dd248dac
("build-system/packaging: add bluez dependency for Linux builds").
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/coverity-scan.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverity-scan.yml b/.github/workflows/coverity-scan.yml index ac3635405..085d04805 100644 --- a/.github/workflows/coverity-scan.yml +++ b/.github/workflows/coverity-scan.yml @@ -25,7 +25,7 @@ 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 + qtquickcontrols2-5-dev wget curl libbluetooth-dev - name: Download Coverity Build Tool run: | |