Revert "chore(release) temporary disable the MIPS musl target until new versions"

This reverts commit 9ff691d063afb1cc7c475e0298c818dd3fe0a514.
This commit is contained in:
Datong Sun 2022-10-25 08:25:30 -07:00
parent 939e4aa94e
commit fd607bc72a

View File

@ -26,9 +26,9 @@ jobs:
- aarch64-unknown-linux-gnu
- aarch64-unknown-linux-musl
- mips-unknown-linux-gnu
#- mips-unknown-linux-musl # currently does not build due to libc::sock_txtime not found, need a newer release of libc
- mips-unknown-linux-musl
- mipsel-unknown-linux-gnu
#- mipsel-unknown-linux-musl
- mipsel-unknown-linux-musl
steps:
- uses: actions/checkout@v3