Skip to content

Commit 531be12

Browse files
committed
Replace Qt 5 with Qt 6
1 parent 8afa07f commit 531be12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212

1313
- name: Install dependencies
14-
run: sudo apt-get install -y libgrantlee5-dev qt5-default qtdeclarative5-dev-tools
14+
run: sudo apt-get install -y libgrantlee5-dev qt6-base-dev qt6-base-dev-tools qt6-declarative-dev qt6-declarative-dev-tools
1515

1616
- name: Lint test script
1717
run: shellcheck ./tests/test-plugins.sh

0 commit comments

Comments
 (0)