File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments