Update ci.yml

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

View file

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