We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67f7ea4 commit 0fa6dfdCopy full SHA for 0fa6dfd
.github/workflows/release.yml
@@ -23,7 +23,9 @@ jobs:
23
python-version: 3.8
24
25
- name: Install Qt lrelease
26
- run: sudo apt-get install qt5-default qttools5-dev-tools
+ run: |
27
+ sudo apt-get update
28
+ sudo apt-get install qt5-default qttools5-dev-tools
29
30
- name: Install qgis-plugin-ci
31
run: pip3 install qgis-plugin-ci
0 commit comments