Skip to content

Commit bc9f136

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

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/linux-builds.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,14 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v1
30-
- name: install qt
31-
run: |
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
30+
- name: Install Qt
31+
uses: jurplel/install-qt-action@v2
32+
with:
33+
version: 6.2.*
34+
host: linux
35+
target: desktop
36+
archives: 'qtbase qtsvg'
37+
setup-python: false
3738
- name: qmake
3839
run: qmake
3940
- name: make

0 commit comments

Comments
 (0)