Skip to content

Commit

Permalink
Merge pull request #230 from stepchowfun/no-self-update-issue
Browse files Browse the repository at this point in the history
Update the link to the Rustup self-updating issue on Windows
  • Loading branch information
stepchowfun committed May 13, 2024
2 parents 2987157 + bae84da commit 72e3a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
# Install the appropriate version of Rust. The `--no-self-update` is necessary to make this
# command work reliably on Windows. Without that flag, the command fails occasionally. See
#
# https://github.com/rust-lang/rustup/issues/2415#issuecomment-658752121
# https://github.com/rust-lang/rustup/issues/2441
#
# for more information.
rustup toolchain install 1.78.0 --no-self-update # [ref:rust_1.78.0]
Expand Down

0 comments on commit 72e3a0f

Please sign in to comment.