We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae57150 commit 73d7599Copy full SHA for 73d7599
.github/workflows/release.yaml
@@ -66,7 +66,7 @@ jobs:
66
shell: bash
67
run: |
68
apt-get update && apt-get install -y build-essential curl
69
- curl --proto '=https' --tlsv1.2 "https://sh.rustup.rs" | sh -s -- --default-toolchain none -y
+ curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --profile minimal --default-toolchain none -y
70
echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
71
72
- name: Install Rust toolchain
0 commit comments