Skip to content

Commit

Permalink
Merge pull request #58 from dtolnay/name
Browse files Browse the repository at this point in the history
Add output providing the installed toolchain name
  • Loading branch information
dtolnay authored Jan 31, 2023
2 parents c8acf68 + 0c819c9 commit c758e63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ outputs:
cachekey:
description: A short hash of the rustc version, appropriate for use as a cache key. "20220627a831"
value: ${{steps.rustc-version.outputs.cachekey}}
name:
description: Rustup's name for the selected version of the toolchain. "1.62.0" # suitable for use with `cargo +${{steps.toolchain.outputs.name}}`
value: ${{steps.parse.outputs.toolchain}}

runs:
using: composite
Expand Down

0 comments on commit c758e63

Please sign in to comment.