mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2025-04-30 17:20:04 +00:00
Add an output intended for cache keys
This commit is contained in:
parent
18ca32f8dc
commit
378ab83624
2 changed files with 12 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue