Skip to content

Commit c758e63

Browse files
authored
Merge pull request #58 from dtolnay/name
Add output providing the installed toolchain name
2 parents c8acf68 + 0c819c9 commit c758e63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ outputs:
2323
cachekey:
2424
description: A short hash of the rustc version, appropriate for use as a cache key. "20220627a831"
2525
value: ${{steps.rustc-version.outputs.cachekey}}
26+
name:
27+
description: Rustup's name for the selected version of the toolchain. "1.62.0" # suitable for use with `cargo +${{steps.toolchain.outputs.name}}`
28+
value: ${{steps.parse.outputs.toolchain}}
2629

2730
runs:
2831
using: composite

0 commit comments

Comments
 (0)