Skip to content

Commit

Permalink
Merge pull request #19 from dtolnay/verbose
Browse files Browse the repository at this point in the history
Include compiler commit hash, date, and host in the log
  • Loading branch information
dtolnay authored Jul 15, 2022
2 parents 28efc6c + e4aceea commit 18ca32f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 18ca32f

Please sign in to comment.