From b54171bc2cd0e49d8324a1fb5ff3167442ac83a1 Mon Sep 17 00:00:00 2001 From: GyDi Date: Wed, 1 Jun 2022 00:47:04 +0800 Subject: [PATCH] chore: rust cache --- .github/workflows/ci.yml | 2 ++ .github/workflows/test.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ed2cb8d..bf02d3b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,6 +28,8 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@ce325b60658c1b38465c06cc965b79baf32c1e72 + with: + working-directory: src-tauri - name: Install Node uses: actions/setup-node@v1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b3e0a71..ea38704 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -34,6 +34,8 @@ jobs: - name: Rust Cache uses: Swatinem/rust-cache@v1 + with: + working-directory: src-tauri - name: Install Node uses: actions/setup-node@v1