mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2026-08-07 00:00:24 +02:00
Add an output intended for cache keys
This commit is contained in:
@@ -32,4 +32,6 @@ jobs:
|
||||
toolchain: ${{matrix.rust}}
|
||||
- name: Check ${{'${{steps.toolchain.outputs.version}}'}}
|
||||
run: echo '${{steps.toolchain.outputs.version}}'
|
||||
- name: Check ${{'${{steps.toolchain.outputs.cachekey}}'}}
|
||||
run: echo '${{steps.toolchain.outputs.cachekey}}'
|
||||
- run: rustc --version
|
||||
|
||||
Reference in New Issue
Block a user