From 26a5dd6401e7f1c11b458773923dc11edcf5d710 Mon Sep 17 00:00:00 2001 From: mirschao <119988085+mirschao@users.noreply.github.com> Date: Sun, 8 Dec 2024 23:31:58 +0800 Subject: [PATCH] Update mint.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 测试执行 --- .github/workflows/mint.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/mint.yml b/.github/workflows/mint.yml index 45b443ad5..bdedb9bcb 100644 --- a/.github/workflows/mint.yml +++ b/.github/workflows/mint.yml @@ -38,6 +38,9 @@ jobs: uses: actions-rs/toolchain@v1.0.6 with: toolchain: stable + + - name: cache rust dependencies + uses: Swatinem/rust-cache@v2 - name: cargo build & release run: cargo build --release