diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-11-14 10:42:17 -0800 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-12-29 08:38:36 -0800 |
commit | 21fbc7f6e4c34e2f6818502c069615800bf6a3cc (patch) | |
tree | 36b90be9fc5973456a0bdde3811eedef14a6e07b /.github/workflows/linux-eoan-5.12.yml | |
parent | 3e9ef9558e6f4705db13940fc4f9a83ae7f02db5 (diff) | |
download | subsurface-21fbc7f6e4c34e2f6818502c069615800bf6a3cc.tar.gz |
build-system: add missing components for GitHub Actions
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 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/linux-eoan-5.12.yml b/.github/workflows/linux-eoan-5.12.yml index b8ee809b9..cb9d51349 100644 --- a/.github/workflows/linux-eoan-5.12.yml +++ b/.github/workflows/linux-eoan-5.12.yml @@ -33,7 +33,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 xvfb libbluetooth-dev libmtp-dev + qtquickcontrols2-5-dev xvfb libbluetooth-dev libmtp-dev \ + libqt5charts5-dev qml-module-qtcharts - name: build Subsurface-mobile run: | |