diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a1ad82982..bcd49c750 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,6 +35,7 @@ jobs: uses: swatinem/rust-cache@v2 with: workspaces: src-tauri + shared-key: "release" - name: Install system dependencies (Linux) run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d9f200b78..2a451d32e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,6 +49,7 @@ jobs: uses: swatinem/rust-cache@v2 with: workspaces: src-tauri + shared-key: "release" - name: Install system dependencies (Linux) if: matrix.platform == 'ubuntu-latest'