From f09508e12fc5369781d944bdc2b44341798db7af Mon Sep 17 00:00:00 2001 From: Magnus Markling Date: Sun, 14 Jul 2024 10:52:58 +0200 Subject: [PATCH] Update README.md Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7951bb3..b9cd64b 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ By default, the action uses the default target (based on the host platform). You with: rust-target: aarch64-apple-darwin ``` -If you want to setup the toolchain manually, you can set `rust-toolchain` to `manual`. In this case, the action assumes the specified target is already installed and uses it: +If you want to set up the toolchain manually, you can set `rust-toolchain` to `manual`. In this case, the action will *not* attempt to install the target — instead, it assumes the target is already set up: ```yaml - name: Setup Rust uses: dtolnay/rust-toolchain@master