diff --git a/.github/workflows/autobuild.yml b/.github/workflows/autobuild.yml index 53c0f4f0..c3796f49 100644 --- a/.github/workflows/autobuild.yml +++ b/.github/workflows/autobuild.yml @@ -206,6 +206,7 @@ jobs: workspaces: src-tauri cache-all-crates: true save-if: ${{ github.ref == 'refs/heads/dev' }} + shared-key: autobuild-shared - name: Install dependencies (ubuntu only) if: matrix.os == 'ubuntu-22.04' @@ -284,6 +285,7 @@ jobs: workspaces: src-tauri cache-all-crates: true save-if: ${{ github.ref == 'refs/heads/dev' }} + shared-key: autobuild-shared - name: Install pnpm uses: pnpm/action-setup@v4 @@ -414,6 +416,7 @@ jobs: workspaces: src-tauri cache-all-crates: true save-if: ${{ github.ref == 'refs/heads/dev' }} + shared-key: autobuild-shared - name: Install pnpm uses: pnpm/action-setup@v4 diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 64392ab3..669b0258 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -32,6 +32,8 @@ jobs: with: workspaces: src-tauri save-if: false + cache-all-crates: false + shared-key: autobuild-shared - name: Install dependencies (ubuntu only) if: matrix.os == 'ubuntu-22.04' diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index dcdd30f0..573e80ba 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -71,6 +71,8 @@ jobs: with: workspaces: src-tauri save-if: false + cache-all-crates: false + shared-key: autobuild-shared - name: Install Node if: github.event.inputs[matrix.input] == 'true'