Skip to content

Commit b83e48d

Browse files
Update linux-builds.yml
Fixed Error: Package 'qt5-default' has no installation candidate
1 parent da57f4c commit b83e48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-builds.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: install qt
1616
run: |
1717
sudo apt-get update --fix-missing
18-
sudo apt-get install qt5-default
18+
sudo apt-get install qtbase5-dev qtchooser qt5-qmake qtbase5-dev-tools
1919
sudo apt-get install qtbase5-private-dev
2020
sudo apt-get install qtdeclarative5-dev
2121
sudo apt-get install libqt5svg5-dev

0 commit comments

Comments
 (0)