mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2024-11-22 16:49:31 +01:00
Add output providing the installed toolchain name
This commit is contained in:
parent
c8acf68152
commit
5e9debf6f0
1 changed files with 3 additions and 0 deletions
|
@ -23,6 +23,9 @@ outputs:
|
||||||
cachekey:
|
cachekey:
|
||||||
description: A short hash of the rustc version, appropriate for use as a cache key. "20220627a831"
|
description: A short hash of the rustc version, appropriate for use as a cache key. "20220627a831"
|
||||||
value: ${{steps.rustc-version.outputs.cachekey}}
|
value: ${{steps.rustc-version.outputs.cachekey}}
|
||||||
|
name:
|
||||||
|
description: Rustup's name for this version of the toolchain, suitable for use with `${{'cargo +${{steps.toolchain.outputs.name}}'}}`.
|
||||||
|
value: ${{steps.parse.outputs.toolchain}}
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: composite
|
using: composite
|
||||||
|
|
Loading…
Reference in a new issue