Skip to content

Commit

Permalink
chore(ci): enable http retries for choco installations
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Oct 9, 2024
1 parent 290b9dd commit 64bb513
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/environment/bootstrap-windows-2019.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ if ($env:RELEASE_BUILDER -ne "true") {
rustup run stable cargo install cargo-nextest --version 0.9.72 --locked
}

# Enable retries to avoid transient network issues.
export NUGET_ENABLE_ENHANCED_HTTP_RETRY=true

# Install some required dependencies / tools.
choco install make
choco install protoc
Expand Down

0 comments on commit 64bb513

Please sign in to comment.