Add an output intended for cache keys

This commit is contained in:
David Tolnay
2022-07-15 10:40:08 -07:00
parent 18ca32f8dc
commit 378ab83624
2 changed files with 12 additions and 2 deletions

View File

@@ -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