3
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2024-11-22 00:39:31 +01:00

Print rustc version after install

This commit is contained in:
David Tolnay 2021-10-09 04:01:43 +01:00
parent f51b131c6b
commit 6ab2a4a841
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82

View file

@ -15,3 +15,5 @@ runs:
shell: bash
- run: rustup default ${{inputs.toolchain}}
shell: bash
- run: rustc --version
shell: bash