Delete version output

This commit is contained in:
David Tolnay
2022-07-15 11:05:04 -07:00
parent 7961e77fd0
commit e75f9d3869
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