diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-09-19 15:12:58 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-09-19 19:26:56 -0700 |
commit | d73e0a0fb4028ea967ce24a162328853dd248dac (patch) | |
tree | 9ebe4c77b09d1fe36e2b1eecf81d7123cd70e653 /.github/workflows/linux-eoan-5.12.yml | |
parent | 780cb4fce75b0014485e62d628f9b94bcaae4f8f (diff) | |
download | subsurface-d73e0a0fb4028ea967ce24a162328853dd248dac.tar.gz |
build-system/packaging: add bluez dependency for Linux builds
I hope this captures all the variations
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to '.github/workflows/linux-eoan-5.12.yml')
-rw-r--r-- | .github/workflows/linux-eoan-5.12.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux-eoan-5.12.yml b/.github/workflows/linux-eoan-5.12.yml index 50c446f91..68be79ce3 100644 --- a/.github/workflows/linux-eoan-5.12.yml +++ b/.github/workflows/linux-eoan-5.12.yml @@ -33,7 +33,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 xvfb + qtquickcontrols2-5-dev xvfb libbluetooth-dev - name: build Subsurface-mobile run: | |