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 f1ae8a6 commit 1a5baeeCopy full SHA for 1a5baee
.github/workflows/windows.yml
@@ -24,11 +24,8 @@ jobs:
24
qt_version: [5.15.2]
25
platform: [windows-latest]
26
build_type: [Release, RelWithDebInfo]
27
- arch: [x86, x64]
+ arch: [x64]
28
include:
29
- - platform: windows-latest
30
- arch: x86
31
- qtarch: win32_msvc2019
32
- platform: windows-latest
33
arch: x64
34
qtarch: win64_msvc2019_64
@@ -72,7 +69,6 @@ jobs:
72
69
with:
73
70
version: ${{ matrix.qt_version }}
74
71
arch: ${{ matrix.qtarch }}
75
- mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
76
cached: ${{ steps.cache-qt.outputs.cache-hit }}
77
setup-python: 'false'
78
makespec/BUILDVERSION
@@ -1 +1 @@
1
-131
+133
0 commit comments