diff --git a/.github/workflows/tauri.yml b/.github/workflows/tauri.yml index bcfeef45..6e0457ba 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: "Cache-${{ runner.os }}" + workspaces: "Genshin-Impact-Wish-Simulator/src-tauri" - name: Install Dependencies run: | cd Genshin-Impact-Wish-Simulator