From 811d4e2c35305cfb6f178e474df5665c4f2d0815 Mon Sep 17 00:00:00 2001 From: zimmra Date: Tue, 26 Mar 2024 09:36:56 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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}}'}}