Skip to content

Commit 121f43d

Browse files
committed
try to fix qt5 installation trouble in workflow
1 parent 3d0a3bb commit 121f43d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install Qt lrelease
2626
run: |
2727
sudo apt-get update
28-
sudo apt-get install qt5-default qttools5-dev-tools
28+
sudo apt-get install qtbase5-dev qt5-qmake qttools5-dev-tools
2929
3030
- name: Install Python requirements
3131
run: pip install qgis-plugin-ci

0 commit comments

Comments
 (0)