Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Predrag Gruevski <2348618+obi1kenobi@users.noreply.github.com>
  • Loading branch information
memark and obi1kenobi authored Jul 14, 2024
1 parent c69668b commit f09508e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f09508e

Please sign in to comment.