We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8afa07f commit 531be12Copy full SHA for 531be12
.github/workflows/main.yml
@@ -11,7 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
13
- name: Install dependencies
14
- run: sudo apt-get install -y libgrantlee5-dev qt5-default qtdeclarative5-dev-tools
+ run: sudo apt-get install -y libgrantlee5-dev qt6-base-dev qt6-base-dev-tools qt6-declarative-dev qt6-declarative-dev-tools
15
16
- name: Lint test script
17
run: shellcheck ./tests/test-plugins.sh
0 commit comments