Skip to content

Commit f2a9dd4

Browse files
Updated Windows workflow to use Qt MinGW 9
1 parent ed67081 commit f2a9dd4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/windows-cmake.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,14 +76,13 @@ jobs:
7676
host: windows
7777
arch: win64_mingw
7878
dir: ${{ env.QT_DIR }}
79-
tools: 'tools_mingw'
79+
tools: 'tools_mingw90'
8080
setup-python: false
8181

8282
- name: ➕ Add Qt-bundled MinGW to PATH
8383
shell: powershell
84-
run: |
85-
$mingwPath = Get-ChildItem "${{ env.QT_DIR }}\Tools" | Where-Object { $_.Name -like "mingw*" } | Select-Object -First 1
86-
echo "${{ env.QT_DIR }}\Tools\$($mingwPath.Name)\bin" >> $env:GITHUB_PATH
84+
run: |
85+
echo "${{ env.QT_DIR }}\Tools\mingw900_64\bin" >> $env:GITHUB_PATH
8786
8887
- name: 🛠️ Configure CMake (MinGW)
8988
shell: powershell

0 commit comments

Comments
 (0)