From b768d01ddb3ccefe777ad6d59715d493dc0efb61 Mon Sep 17 00:00:00 2001 From: 0o-de-lally <1364012+0o-de-lally@users.noreply.github.com> Date: Thu, 9 Jan 2025 16:51:43 -0500 Subject: [PATCH] test rust-cache --- .github/workflows/debug.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/debug.yaml b/.github/workflows/debug.yaml index 941241865..d8188ef6e 100644 --- a/.github/workflows/debug.yaml +++ b/.github/workflows/debug.yaml @@ -25,11 +25,11 @@ jobs: - name: setup env uses: ./.github/actions/build_env - # - uses: Swatinem/rust-cache@v2 - # with: - # shared-key: "libra-framework" - # cache-all-crates: true - # cache-on-failure: true + - uses: Swatinem/rust-cache@v2 + with: + shared-key: "libra-framework" + cache-all-crates: true + cache-on-failure: true # - name: format # uses: actions-rs/cargo@v1