File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 37
37
# # Install Qt
38
38
- if : contains(matrix.arch, 'amd64')
39
39
name : Install Qt (Ubuntu)
40
- uses : jurplel/install-qt-action@v3
40
+ uses : jurplel/install-qt-action@v4
41
41
with :
42
42
version : ${{ matrix.qt-version }}
43
43
host : ' linux'
Original file line number Diff line number Diff line change 48
48
# Install Qt
49
49
- if : contains(matrix.arch, 'amd64')
50
50
name : Install Qt
51
- uses : jurplel/install-qt-action@v3
51
+ uses : jurplel/install-qt-action@v4
52
52
with :
53
53
version : ${{ matrix.qt-version }}
54
54
host : ' linux'
@@ -123,7 +123,7 @@ jobs:
123
123
shell : bash
124
124
# Install Qt
125
125
- name : Install Qt
126
- uses : jurplel/install-qt-action@v3
126
+ uses : jurplel/install-qt-action@v4
127
127
with :
128
128
version : ${{ matrix.qt-version }}
129
129
host : ' windows'
Original file line number Diff line number Diff line change 24
24
sudo apt-get install -y nlohmann-json3-dev libutfcpp-dev xvfb libxcb-cursor0
25
25
shell : bash
26
26
- name : Install Qt
27
- uses : jurplel/install-qt-action@v3
27
+ uses : jurplel/install-qt-action@v4
28
28
with :
29
29
version : ' 6.7.*'
30
30
- name : Configure CMake
Original file line number Diff line number Diff line change 35
35
shell : bash
36
36
# # Install Qt
37
37
- name : Install Qt
38
- uses : jurplel/install-qt-action@v3
38
+ uses : jurplel/install-qt-action@v4
39
39
with :
40
40
version : ${{ matrix.qt-version }}
41
41
host : ' windows'
You can’t perform that action at this time.
0 commit comments