Updated mingw tool to mingw1310

This commit is contained in:
Uwe Kindler
2025-06-11 22:33:21 +02:00
parent f2a9dd4db4
commit 949ed40006
2 changed files with 6 additions and 4 deletions

View File

@@ -1,6 +1,8 @@
name: linux-builds
on: [push]
on:
push:
workflow_dispatch:
jobs:
build_ubuntu_2204_cmake:

View File

@@ -58,7 +58,7 @@ jobs:
runs-on: windows-2022
env:
QT_VERSION: 6.8.2
QT_VERSION: 6.8.3
QT_DIR: ${{ github.workspace }}\Qt
steps:
@@ -76,13 +76,13 @@ jobs:
host: windows
arch: win64_mingw
dir: ${{ env.QT_DIR }}
tools: 'tools_mingw90'
tools: 'tools_mingw1310'
setup-python: false
- name: Add Qt-bundled MinGW to PATH
shell: powershell
run: |
echo "${{ env.QT_DIR }}\Tools\mingw900_64\bin" >> $env:GITHUB_PATH
echo "${{ env.QT_DIR }}\Tools\mingw1310_64\bin" >> $env:GITHUB_PATH
- name: 🛠️ Configure CMake (MinGW)
shell: powershell