Skip to content

Commit 4bed587

Browse files
committed
Update architectures
1 parent d5ef10b commit 4bed587

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CICD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
job:
4343
- { os: ubuntu-18.04, target: arm-unknown-linux-gnueabihf , use-cross: true }
4444
- { os: ubuntu-18.04, target: aarch64-unknown-linux-gnu , use-cross: true }
45-
- { os: ubuntu-18.04, target: i586-unknown-linux-gnu , use-cross: true }
4645
- { os: ubuntu-18.04, target: i686-unknown-linux-gnu , use-cross: true }
4746
- { os: ubuntu-18.04, target: i686-unknown-linux-musl , use-cross: true }
4847
- { os: ubuntu-18.04, target: x86_64-unknown-linux-gnu }
4948
- { os: ubuntu-18.04, target: x86_64-unknown-linux-musl , use-cross: true }
5049
- { os: macos-10.15 , target: x86_64-apple-darwin }
50+
# - { os: windows-2019, target: i686-pc-windows-gnu } ## disabled; error: linker `i686-w64-mingw32-gcc` not found
5151
- { os: windows-2019, target: i686-pc-windows-msvc }
5252
- { os: windows-2019, target: x86_64-pc-windows-gnu }
5353
- { os: windows-2019, target: x86_64-pc-windows-msvc }

0 commit comments

Comments
 (0)