Skip to content

Commit 0fa6dfd

Browse files
authored
apt-get update
1 parent 67f7ea4 commit 0fa6dfd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
python-version: 3.8
2424

2525
- name: Install Qt lrelease
26-
run: sudo apt-get install qt5-default qttools5-dev-tools
26+
run: |
27+
sudo apt-get update
28+
sudo apt-get install qt5-default qttools5-dev-tools
2729
2830
- name: Install qgis-plugin-ci
2931
run: pip3 install qgis-plugin-ci

0 commit comments

Comments
 (0)