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-tumbleweed-qt-latest.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-tumbleweed-qt-latest.yml')
-rw-r--r-- | .github/workflows/linux-tumbleweed-qt-latest.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/linux-tumbleweed-qt-latest.yml b/.github/workflows/linux-tumbleweed-qt-latest.yml index a533412b5..cd946d0ac 100644 --- a/.github/workflows/linux-tumbleweed-qt-latest.yml +++ b/.github/workflows/linux-tumbleweed-qt-latest.yml @@ -28,7 +28,8 @@ jobs: libqt5-qtscript-devel libqt5-qtdeclarative-devel \ libqt5-qtconnectivity-devel libqt5-qtlocation-devel libcurl-devel \ libQt5QuickControls2-devel bluez-devel \ - which libgit2-devel libssh2-devel libmtp-devel + which libgit2-devel libssh2-devel libmtp-devel \ + libQt5Charts5-devel # if we want to run the tests below, add xvfb-run |