Update ci.yml

This commit is contained in:
zimmra 2024-03-26 09:45:24 -07:00 committed by GitHub
parent 811d4e2c35
commit db71957e87
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -31,8 +31,7 @@ jobs:
with:
toolchain: ${{matrix.rust}}
- name: Additional Cargo Commands
run: |
cargo update
run: cargo update
- name: echo ${{'${{steps.toolchain.outputs.cachekey}}'}}
run: echo '${{steps.toolchain.outputs.cachekey}}'
- name: check ${{'${{steps.toolchain.outputs.cachekey}}'}}