Skip to content

Commit 1c71ba9

Browse files
Update linux-builds.yml
1 parent d8784a2 commit 1c71ba9

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/workflows/linux-builds.yml

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,19 @@ jobs:
2727

2828
steps:
2929
- uses: actions/checkout@v1
30-
- name: Install Qt
31-
uses: jurplel/install-qt-action@v2
30+
- name: install deps
31+
run: |
32+
sudo apt-get update --fix-missing
33+
sudo apt-get install libicu-dev
34+
- name: install qt
35+
uses: jurplel/install-qt-action@v3
3236
with:
33-
version: 6.2.*
37+
version: 6.4.2
3438
host: linux
3539
target: desktop
36-
archives: qtbase qtsvg
40+
archives: qtbase qtbase-priv qtsvg
3741
setup-python: false
42+
install-deps: true
3843
- name: qmake
3944
run: qmake
4045
- name: make

0 commit comments

Comments
 (0)