Skip to content

Commit 949ed40

Browse files
Updated mingw tool to mingw1310
1 parent f2a9dd4 commit 949ed40

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/linux-builds.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: linux-builds
22

3-
on: [push]
3+
on:
4+
push:
5+
workflow_dispatch:
46

57
jobs:
68
build_ubuntu_2204_cmake:

.github/workflows/windows-cmake.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
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

0 commit comments

Comments
 (0)