Skip to content

Commit 9cfef11

Browse files
fix windows build (I hope)
1 parent 08d358b commit 9cfef11

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: jurplel/install-qt-action@v3.2.1
2525
with:
2626
arch: win64_mingw
27-
version: 6.5.1
27+
version: 6.5.0
2828
host: windows
2929
target: desktop
3030
tools: 'tools_ifw tools_qtcreator,qt.tools.qtcreator'
@@ -36,12 +36,14 @@ jobs:
3636
run: qmake -config release && make -j1
3737

3838
- name: Package Silaty
39+
continue-on-error: true
3940
working-directory: ${{ env.SOURCE_DIR }}
4041
run: |
4142
cd release
42-
../qt/Qt/6.5.1/mingw_64/bin/windeployqt.exe Silaty.exe
43+
../qt/Qt/6.5.0/mingw_64/bin/windeployqt.exe Silaty.exe
4344
4445
- name: Release Silaty
46+
if: always()
4547
uses: actions/upload-artifact@v2.2.4
4648
with:
4749
name: "windows"

0 commit comments

Comments
 (0)