mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56:33 +02:00
Print rustc version after install
This commit is contained in:
parent
f51b131c6b
commit
6ab2a4a841
1 changed files with 2 additions and 0 deletions
|
@ -15,3 +15,5 @@ runs:
|
|||
shell: bash
|
||||
- run: rustup default ${{inputs.toolchain}}
|
||||
shell: bash
|
||||
- run: rustc --version
|
||||
shell: bash
|
||||
|
|
Loading…
Reference in a new issue