File tree Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Expand file tree Collapse file tree 2 files changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -73,12 +73,10 @@ jobs:
73
73
ARCH_BITS : 64
74
74
ARCH : x86_64
75
75
- target : x86_64-pc-windows-msvc
76
- # Disabled because broken:
77
- # https://github.com/rust-lang/libc/issues/1592
78
- # - target: i686-pc-windows-gnu
79
- # env:
80
- # ARCH_BITS: 32
81
- # ARCH: i686
76
+ - target : i686-pc-windows-gnu
77
+ env :
78
+ ARCH_BITS : 32
79
+ ARCH : i686
82
80
- target : i686-pc-windows-msvc
83
81
steps :
84
82
- uses : rust-lang/simpleinfra/github-actions/cancel-outdated-builds@HEAD
Original file line number Diff line number Diff line change @@ -58,12 +58,10 @@ jobs:
58
58
ARCH_BITS : 64
59
59
ARCH : x86_64
60
60
- target : x86_64-pc-windows-msvc
61
- # Disabled because broken:
62
- # https://github.com/rust-lang/libc/issues/1592
63
- # - target: i686-pc-windows-gnu
64
- # env:
65
- # ARCH_BITS: 32
66
- # ARCH: i686
61
+ - target : i686-pc-windows-gnu
62
+ env :
63
+ ARCH_BITS : 32
64
+ ARCH : i686
67
65
- target : i686-pc-windows-msvc
68
66
steps :
69
67
- uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments