Skip to content

Commit 73d7599

Browse files
use rustup minimal profile and add curl retries
1 parent ae57150 commit 73d7599

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
shell: bash
6767
run: |
6868
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
69+
curl --proto '=https' --tlsv1.2 --retry 10 --retry-connrefused -fsSL "https://sh.rustup.rs" | sh -s -- --profile minimal --default-toolchain none -y
7070
echo "${CARGO_HOME:-$HOME/.cargo}/bin" >> $GITHUB_PATH
7171
7272
- name: Install Rust toolchain

0 commit comments

Comments
 (0)