Skip to content

Commit

Permalink
Revert "chore(release) temporary disable the MIPS musl target until n…
Browse files Browse the repository at this point in the history
…ew versions"

This reverts commit 9ff691d.
  • Loading branch information
dndx committed Oct 25, 2022
1 parent 939e4aa commit fd607bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fd607bc

Please sign in to comment.