mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-13 04:56:33 +02:00
Merge pull request #19 from dtolnay/verbose
Include compiler commit hash, date, and host in the log
This commit is contained in:
commit
18ca32f8dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue