File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
name : linux-builds
2
2
3
- on : [push]
3
+ on :
4
+ push :
5
+ workflow_dispatch :
4
6
5
7
jobs :
6
8
build_ubuntu_2204_cmake :
Original file line number Diff line number Diff line change 58
58
runs-on : windows-2022
59
59
60
60
env :
61
- QT_VERSION : 6.8.2
61
+ QT_VERSION : 6.8.3
62
62
QT_DIR : ${{ github.workspace }}\Qt
63
63
64
64
steps :
@@ -76,13 +76,13 @@ jobs:
76
76
host : windows
77
77
arch : win64_mingw
78
78
dir : ${{ env.QT_DIR }}
79
- tools : ' tools_mingw90 '
79
+ tools : ' tools_mingw1310 '
80
80
setup-python : false
81
81
82
82
- name : ➕ Add Qt-bundled MinGW to PATH
83
83
shell : powershell
84
84
run : |
85
- echo "${{ env.QT_DIR }}\Tools\mingw900_64 \bin" >> $env:GITHUB_PATH
85
+ echo "${{ env.QT_DIR }}\Tools\mingw1310_64 \bin" >> $env:GITHUB_PATH
86
86
87
87
- name : 🛠️ Configure CMake (MinGW)
88
88
shell : powershell
You can’t perform that action at this time.
0 commit comments