From db71957e87fd4e027a19555bdace0fd9ef177fa5 Mon Sep 17 00:00:00 2001 From: zimmra Date: Tue, 26 Mar 2024 09:45:24 -0700 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44c1cbf..f979a06 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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}}'}}