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
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
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