0
0
Fork 0
mirror of https://github.com/dtolnay/rust-toolchain.git synced 2025-06-15 21:33:35 +03:00

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
.github/workflows

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