rustup install tweaks
Some checks failed
/ tests (push) Waiting to run
/ check (docker.io/asonix/rust-builder:latest-linux-amd64, x86_64-unknown-linux-musl) (push) Waiting to run
/ check (docker.io/asonix/rust-builder:latest-linux-arm32v7, armv7-unknown-linux-musleabihf) (push) Waiting to run
/ check (docker.io/asonix/rust-builder:latest-linux-arm64v8, aarch64-unknown-linux-musl) (push) Waiting to run
/ zigbuild (push) Failing after 14s
/ clippy (push) Has been cancelled

This commit is contained in:
asonix 2024-02-07 14:04:46 -06:00
parent 839b3e0088
commit b9ce2e1414

View file

@ -11,7 +11,7 @@ jobs:
image: docker.io/node:20-bookworm
steps:
- run: |
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable --profile minimal -y
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
rustup target add x86_64-unknown-linux-musl
rustup target add armv7-unknown-linux-musleabihf