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 11name : linux-builds
22
3- on : [push]
3+ on :
4+ push :
5+ workflow_dispatch :
46
57jobs :
68 build_ubuntu_2204_cmake :
Original file line number Diff line number Diff line change 5858 runs-on : windows-2022
5959
6060 env :
61- QT_VERSION : 6.8.2
61+ QT_VERSION : 6.8.3
6262 QT_DIR : ${{ github.workspace }}\Qt
6363
6464 steps :
@@ -76,13 +76,13 @@ jobs:
7676 host : windows
7777 arch : win64_mingw
7878 dir : ${{ env.QT_DIR }}
79- tools : ' tools_mingw90 '
79+ tools : ' tools_mingw1310 '
8080 setup-python : false
8181
8282 - name : ➕ Add Qt-bundled MinGW to PATH
8383 shell : powershell
8484 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
8686
8787 - name : 🛠️ Configure CMake (MinGW)
8888 shell : powershell
You can’t perform that action at this time.
0 commit comments