From 2cf731b20b8b4f86799760d1876a0fe5d83b5d7c Mon Sep 17 00:00:00 2001 From: "sm.wu" Date: Fri, 6 Sep 2024 12:07:50 +0800 Subject: [PATCH] reuse cache result from cargo --- .github/workflows/lints.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lints.yml b/.github/workflows/lints.yml index bf3e1455a..8d8ad0fb4 100644 --- a/.github/workflows/lints.yml +++ b/.github/workflows/lints.yml @@ -59,7 +59,7 @@ jobs: - name: Install cargo make run: | - cargo install --force cargo-make + cargo install cargo-make - name: Check code format uses: actions-rs/cargo@v1 with: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index ab68b9bb2..3d3313324 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -54,7 +54,7 @@ jobs: - name: Install cargo make run: | - cargo install --force cargo-make + cargo install cargo-make - name: run test uses: actions-rs/cargo@v1 env: