Remove 32bit MSYS2 mingw32 and clang32 build

MSYS2 has dropped 32bit binary packages for libusb, libusb-compat-git and libftdi.
This commit is contained in:
mcuee
2024-02-14 13:36:21 +08:00
committed by GitHub
parent 0179026e09
commit 2357f833e1

View File

@@ -257,10 +257,8 @@ jobs:
strategy:
matrix:
include:
- { sys: mingw32, env: i686 }
- { sys: mingw64, env: x86_64 }
- { sys: ucrt64, env: ucrt-x86_64 }
- { sys: clang32, env: clang-i686 }
- { sys: clang64, env: clang-x86_64 }
steps:
- uses: actions/checkout@v3