Skip to content

Commit e350241

Browse files
author
syl
authored
Merge pull request #2182 from KomodoPlatform/update_ifw
update ifw to 4.5.1
2 parents c998372 + 455eb4f commit e350241

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/atomicdex-desktop-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -143,14 +143,14 @@ jobs:
143143
- name: Install QT IFW (MacOS)
144144
if: runner.os == 'macOS'
145145
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
147147
echo "${{ github.workspace }}/Qt/Tools/QtInstallerFramework/4.5/bin" >> $GITHUB_PATH
148148
149149
- name: Install QT IFW (Windows)
150150
if: runner.os == 'Windows'
151151
run: |
152152
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
154154
echo "C:/Qt/Tools/QtInstallerFramework/4.5/bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
155155
156156
- name: Install nim (Linux)

0 commit comments

Comments
 (0)