Skip to content

Commit 1a5baee

Browse files
chore(ci): remove Windows x86 build because cannot setup env
1 parent f1ae8a6 commit 1a5baee

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,8 @@ jobs:
2424
qt_version: [5.15.2]
2525
platform: [windows-latest]
2626
build_type: [Release, RelWithDebInfo]
27-
arch: [x86, x64]
27+
arch: [x64]
2828
include:
29-
- platform: windows-latest
30-
arch: x86
31-
qtarch: win32_msvc2019
3229
- platform: windows-latest
3330
arch: x64
3431
qtarch: win64_msvc2019_64
@@ -72,7 +69,6 @@ jobs:
7269
with:
7370
version: ${{ matrix.qt_version }}
7471
arch: ${{ matrix.qtarch }}
75-
mirror: 'http://mirrors.ocf.berkeley.edu/qt/'
7672
cached: ${{ steps.cache-qt.outputs.cache-hit }}
7773
setup-python: 'false'
7874

makespec/BUILDVERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
131
1+
133

0 commit comments

Comments
 (0)