Skip to content

Commit 0e71ea2

Browse files
authored
Update workflow depends to match README
1 parent ceb7a18 commit 0e71ea2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,15 @@ jobs:
2828
zlib1g-dev \
2929
libboost-all-dev \
3030
qt6-base-dev \
31+
qt6-base-dev-tools \
32+
qt6-tools-dev \
33+
qt6-l10n-tools \
34+
qt6-tools-dev-tools \
3135
qt6-declarative-dev \
32-
libqt6quickcontrols2-dev
36+
qml6-module-qtquick \
37+
qml6-module-qtqml \
38+
libgl-dev \
39+
libqrencode-dev
3340
3441
- name: Configure (CMake)
3542
run: |

0 commit comments

Comments
 (0)