From 500d4589221c5ecea047c728de23dd7a7c89d9b3 Mon Sep 17 00:00:00 2001 From: Weiliang Li Date: Wed, 9 Dec 2020 13:12:52 +0900 Subject: [PATCH] fix check --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3ff523f..c48d14a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,9 @@ jobs: override: true target: wasm32-unknown-unknown components: rustfmt, clippy + - uses: actions-rs/cargo@v1 + with: + command: generate-lockfile - name: Cache cargo folder uses: actions/cache@v2 with: