From b9ce2e1414fedde979bfab3e83bc4e47cd1367bf Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 14:04:46 -0600 Subject: [PATCH] rustup install tweaks --- .forgejo/workflows/check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index d3d3ee9..61c8f10 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -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