diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39b7cef..44c1cbf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -30,6 +30,9 @@ jobs: id: toolchain with: toolchain: ${{matrix.rust}} + - name: Additional Cargo Commands + run: | + cargo update - name: echo ${{'${{steps.toolchain.outputs.cachekey}}'}} run: echo '${{steps.toolchain.outputs.cachekey}}' - name: check ${{'${{steps.toolchain.outputs.cachekey}}'}}