Skip to content

Commit b98df05

Browse files
committed
fix: Add qtbase5-dev for qmake specs
lupdate requires qmake specs which are provided by qtbase5-dev package. Fixes error: WARNING: Could not find qmake spec 'default'.
1 parent 26a41a5 commit b98df05

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/update-translations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Install Qt Linguist Tools
3131
run: |
3232
sudo apt-get update
33-
sudo apt-get install -y qttools5-dev-tools
33+
sudo apt-get install -y qtbase5-dev qttools5-dev-tools
3434
3535
- name: Detect workflow context
3636
id: context

0 commit comments

Comments
 (0)