mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-20 11:21:14 +00:00
rustup install tweaks
This commit is contained in:
parent
839b3e0088
commit
b9ce2e1414
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue