Delete version output

This commit is contained in:
David Tolnay 2022-07-15 11:05:04 -07:00
parent 7961e77fd0
commit e75f9d3869
No known key found for this signature in database
GPG key ID: F9BA143B95FF6D82
2 changed files with 0 additions and 6 deletions

View file

@ -30,8 +30,6 @@ jobs:
id: toolchain
with:
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