Skip to content

Commit 5e9debf

Browse files
committed
Add output providing the installed toolchain name
1 parent c8acf68 commit 5e9debf

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 this version of the toolchain, 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)