mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-14 05:26:34 +02:00
Include compiler commit hash, date, and host in the log
This commit is contained in:
parent
28efc6cfe3
commit
e4aceeade6
1 changed files with 1 additions and 1 deletions
|
@ -50,5 +50,5 @@ runs:
|
||||||
- id: rustc-version
|
- id: rustc-version
|
||||||
run: echo "::set-output name=version::$(rustc --version)"
|
run: echo "::set-output name=version::$(rustc --version)"
|
||||||
shell: bash
|
shell: bash
|
||||||
- run: rustc --version
|
- run: rustc --version --verbose
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue