diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 5ec7b26..cf2dcb1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -15,9 +15,11 @@ jobs: rc: ${{ steps.check-tag.outputs.rc }} strategy: + fail-fast: false matrix: include: - - target: aarch64-unknown-linux-musl + - target: aarch64-unknown-linux-gnu + use-cross: true os: ubuntu-latest cargo-flags: "" - target: aarch64-apple-darwin @@ -34,11 +36,11 @@ jobs: - target: x86_64-pc-windows-msvc os: windows-latest cargo-flags: "" - - target: x86_64-unknown-linux-musl + - target: x86_64-unknown-linux-gnu os: ubuntu-latest use-cross: true cargo-flags: "" - - target: i686-unknown-linux-musl + - target: i686-unknown-linux-gnu os: ubuntu-latest use-cross: true cargo-flags: ""