From cb75cba514bd2cb39e96e1ae5c23fffdc9096917 Mon Sep 17 00:00:00 2001 From: Stephan Boyer Date: Sun, 12 May 2024 23:04:31 -0700 Subject: [PATCH] Update the link to the Rustup self-updating issue on Windows --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 75e0407..4f4b8ea 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,7 +87,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]