From e4aceeade614d536d6cb225511926b0379ba82a1 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Fri, 15 Jul 2022 10:16:55 -0700 Subject: [PATCH] Include compiler commit hash, date, and host in the log --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 7a6c8e1..2273588 100644 --- a/action.yml +++ b/action.yml @@ -50,5 +50,5 @@ runs: - id: rustc-version run: echo "::set-output name=version::$(rustc --version)" shell: bash - - run: rustc --version + - run: rustc --version --verbose shell: bash