From fd607bc72a1148429d0545606f81a97c295475f9 Mon Sep 17 00:00:00 2001 From: Datong Sun Date: Tue, 25 Oct 2022 08:25:30 -0700 Subject: [PATCH] Revert "chore(release) temporary disable the MIPS musl target until new versions" This reverts commit 9ff691d063afb1cc7c475e0298c818dd3fe0a514. --- .github/workflows/release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e5a905..22ecfba 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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