mirror of
https://github.com/dtolnay/rust-toolchain.git
synced 2026-04-09 17:51:46 +08:00
Delete version output
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user