Skip to content

Commit

Permalink
try to fix qt5 installation trouble in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ghtmtt committed Apr 17, 2023
1 parent 3d0a3bb commit 121f43d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install Qt lrelease
run: |
sudo apt-get update
sudo apt-get install qt5-default qttools5-dev-tools
sudo apt-get install qtbase5-dev qt5-qmake qttools5-dev-tools
- name: Install Python requirements
run: pip install qgis-plugin-ci
Expand Down

0 comments on commit 121f43d

Please sign in to comment.