Skip to content

Commit ada6943

Browse files
committed
update debian qt tools to qt6
1 parent 60eb919 commit ada6943

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: install_dependencies
2020
run: |
2121
sudo apt update
22-
sudo apt install cmake debhelper devscripts qttools5-dev build-essential
22+
sudo apt install cmake debhelper devscripts qt6-base-dev qt6-base-dev-tools build-essential
2323
- name: build
2424
run: |
2525
debuild --no-lintian --no-sign

0 commit comments

Comments
 (0)