Print rustc version after install

This commit is contained in:
David Tolnay
2021-10-09 04:01:43 +01:00
parent f51b131c6b
commit 6ab2a4a841

View File

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