We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed67081 commit f2a9dd4Copy full SHA for f2a9dd4
.github/workflows/windows-cmake.yml
@@ -76,14 +76,13 @@ jobs:
76
host: windows
77
arch: win64_mingw
78
dir: ${{ env.QT_DIR }}
79
- tools: 'tools_mingw'
+ tools: 'tools_mingw90'
80
setup-python: false
81
82
- name: ➕ Add Qt-bundled MinGW to PATH
83
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
+ run: |
+ echo "${{ env.QT_DIR }}\Tools\mingw900_64\bin" >> $env:GITHUB_PATH
87
88
- name: 🛠️ Configure CMake (MinGW)
89
0 commit comments