Skip to content

Commit eaaa4ba

Browse files
authored
update qt install
1 parent d351a05 commit eaaa4ba

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/nightly.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,10 @@ jobs:
4343
echo "break-system-packages = true" >> "$HOME/Library/Application Support/pip/pip.conf"
4444
4545
- name: Install Qt
46-
uses: jurplel/install-qt-action@v3
46+
uses: jurplel/install-qt-action@v4
4747
with:
4848
modules: qtwebengine qtwebchannel qtpositioning
4949
version: 6.8.*
50-
aqtversion: '==3.1.*'
5150
setup-python: false
5251

5352
- name: Get git hash
@@ -146,13 +145,12 @@ jobs:
146145
arch: ${{ matrix.cl_architecture }}
147146

148147
- name: Install Qt
149-
uses: jurplel/install-qt-action@v3
148+
uses: jurplel/install-qt-action@v4
150149
with:
151150
modules: ${{ matrix.qt_modules }}
152151
arch: ${{ matrix.qt_arch }}
153152
setup-python: 'false'
154153
version: ${{ matrix.qt_version }}
155-
aqtversion: '==3.0.*'
156154

157155
- name: Create Install and Upload Directory
158156
run: |

0 commit comments

Comments
 (0)