Skip to content

Commit 7192a06

Browse files
Update linux-builds.yml
1 parent a4c6f1d commit 7192a06

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/linux-builds.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- uses: actions/checkout@v1
3030
- name: install qt
3131
run: |
32-
sudo apt-get update --fix-missing
33-
sudo apt-get install qt6-tools-dev
34-
sudo apt-get install qt6-base-dev
35-
sudo apt-get install qt6-base-private-dev
36-
sudo apt-get install libqt6svg6
32+
sudo apt update --fix-missing
33+
sudo apt install qt6-base-dev
34+
sudo apt install qt6-base-private-dev
35+
sudo apt install qt6-tools-dev-tools
36+
sudo apt install libqt6svg6
3737
- name: qmake
3838
run: qmake
3939
- name: make

0 commit comments

Comments
 (0)