diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 0940a8d..2681fc2 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -140,22 +140,22 @@ jobs: linker = "aarch64-linux-gnu-gcc" rustflags = ["-C", "target-feature=+crt-static","-C", "strip=symbols"] [target.aarch64-unknown-linux-musl] - linker = "aarch64-linux-gnu-gcc" + linker = "aarch64-linux-musl-gcc" rustflags = ["-C", "target-feature=+crt-static","-C", "strip=symbols"] [target.armv7-unknown-linux-gnueabihf] linker = "arm-linux-gnueabihf-gcc" rustflags = ["-C", "target-feature=+crt-static","-C", "strip=symbols"] [target.armv7-unknown-linux-musleabihf] - linker = "arm-linux-gnueabihf-gcc" + linker = "armv7l-linux-musleabihf-gcc" rustflags = ["-C", "target-feature=+crt-static","-C", "strip=symbols"] [target.arm-unknown-linux-gnueabihf] linker = "arm-linux-gnueabihf-gcc" rustflags = ["-C", "target-feature=+crt-static","-C", "strip=symbols"] [target.arm-unknown-linux-musleabihf] - linker = "arm-linux-gnueabihf-gcc" + linker = "arm-linux-musleabihf-gcc" rustflags = ["-C", "target-feature=+crt-static","-C", "strip=symbols"] [target.mipsel-unknown-linux-musl] - linker = "mipsel-linux-gnu-gcc" + linker = "mipsel-linux-musl-gcc" rustflags = ["-C", "target-feature=+crt-static","-C", "strip=symbols"] [target.mips-unknown-linux-musl] linker = "mips-linux-musl-gcc"