Skip to content

Commit 9c64764

Browse files
authored
Update content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md
1 parent 4b29cd9 commit 9c64764

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

content/actions/use-cases-and-examples/building-and-testing/building-and-testing-rust.md

+2
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@ We recommend that you have a basic understanding of the Rust language. For more
8181

8282
{% data variables.product.prodname_dotcom %}-hosted runners include a recent version of the Rust toolchain. You can use rustup to report on the version installed on a runner, override the version, and to install different toolchains. For more information, see [The rustup book](https://rust-lang.github.io/rustup/).
8383

84+
This example shows steps you could use to setup your runner environment to use the nightly build of rust and to report the version.
85+
8486
```yaml copy
8587
- name: Temporarily modify the rust toolchain version
8688
run: rustup override set nightly

0 commit comments

Comments
 (0)