From 55ce3134689c4af7cd7e8eef5bd6c28b8ff0c27f Mon Sep 17 00:00:00 2001 From: xintaofei Date: Sun, 22 Mar 2026 13:43:53 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9E=84=E5=BB=BA=E6=B5=81=E6=B0=B4=E7=BA=BF?= =?UTF-8?q?=E9=87=8C=E4=B8=8D=E5=90=8C=E5=B9=B3=E5=8F=B0=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=8B=AC=E7=AB=8B=E7=9A=84=E7=BC=93=E5=AD=98=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 882b16f..7fc1898 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -217,6 +217,7 @@ jobs: uses: swatinem/rust-cache@v2 with: workspaces: "./src-tauri -> target" + shared-key: ${{ matrix.target }} - name: Install Linux x64 dependencies if: matrix.target == 'x86_64-unknown-linux-gnu'