From 6ab2a4a841cb389c2786ff1c75ec4bdc09a5ae4e Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Sat, 9 Oct 2021 04:01:43 +0100 Subject: [PATCH] Print rustc version after install --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index 1f9157b..c76a30f 100644 --- a/action.yml +++ b/action.yml @@ -15,3 +15,5 @@ runs: shell: bash - run: rustup default ${{inputs.toolchain}} shell: bash + - run: rustc --version + shell: bash