File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -143,14 +143,14 @@ jobs:
143
143
- name : Install QT IFW (MacOS)
144
144
if : runner.os == 'macOS'
145
145
run : |
146
- python3 -m aqt tool ${{ matrix.host }} tools_ifw 4.5.0 qt.tools.ifw.45 --outputdir ${{ github.workspace }}/Qt
146
+ python3 -m aqt tool ${{ matrix.host }} tools_ifw 4.5.1 qt.tools.ifw.45 --outputdir ${{ github.workspace }}/Qt
147
147
echo "${{ github.workspace }}/Qt/Tools/QtInstallerFramework/4.5/bin" >> $GITHUB_PATH
148
148
149
149
- name : Install QT IFW (Windows)
150
150
if : runner.os == 'Windows'
151
151
run : |
152
152
python -m pip install --upgrade pip
153
- python -m aqt tool ${{ matrix.host }} tools_ifw 4.5.0 qt.tools.ifw.45 --outputdir C:/Qt
153
+ python -m aqt tool ${{ matrix.host }} tools_ifw 4.5.1 qt.tools.ifw.45 --outputdir C:/Qt
154
154
echo "C:/Qt/Tools/QtInstallerFramework/4.5/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
155
155
156
156
- name : Install nim (Linux)
You can’t perform that action at this time.
0 commit comments