Skip to content

Commit 4082eb2

Browse files
committed
Disable i686-pc-windows-msvc due to API mismatch
1 parent 2dca4ee commit 4082eb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/general.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,8 @@ jobs:
109109
target: x86_64-apple-darwin
110110
- os: windows-latest
111111
target: x86_64-pc-windows-msvc
112-
- os: windows-latest
113-
target: i686-pc-windows-msvc
112+
# - os: windows-latest
113+
# target: i686-pc-windows-msvc
114114
env:
115115
CARGO_BUILD_TARGET: ${{ matrix.target }}
116116
steps:

0 commit comments

Comments
 (0)