From ff142c1911f8ee156fde1dac125f7eb4c5a34945 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?YC=E9=85=B1luyancib?= <68143180+luyanci@users.noreply.github.com> Date: Sun, 24 Mar 2024 09:03:22 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20tauri.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tauri.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index bcfeef45..8b988bc2 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -32,6 +32,11 @@ jobs: key: ${{ runner.OS }}-npm-frontend-cache restore-keys: | ${{ runner.OS }}-npm-frontend-cache + - name: Cache Rust + uses: Swatinem/rust-cache@v2 + with: + prefix-key: "Tauri-cache-${{ runner.os }}" + workspaces: "Genshin-Impact-Wish-Simulator/src-tauri" - name: Install Dependencies run: | cd Genshin-Impact-Wish-Simulator From 624005c5c6eb03c7d02a4cb20d82901ce10fed88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?YC=E9=85=B1luyancib?= <68143180+luyanci@users.noreply.github.com> Date: Sun, 24 Mar 2024 09:29:55 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20tauri.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/tauri.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index 8b988bc2..6e0457ba 100644 --- a/.github/workflows/tauri.yml +++ b/.github/workflows/tauri.yml @@ -35,7 +35,7 @@ jobs: - name: Cache Rust uses: Swatinem/rust-cache@v2 with: - prefix-key: "Tauri-cache-${{ runner.os }}" + prefix-key: "Cache-${{ runner.os }}" workspaces: "Genshin-Impact-Wish-Simulator/src-tauri" - name: Install Dependencies run: |