fix(workflows): enable caching for all crates in autobuild, dev, and lint-clippy workflows

This commit is contained in:
Tunglies
2025-11-18 19:55:30 +08:00
parent 9ef4362b23
commit df4c69e9cc
3 changed files with 5 additions and 5 deletions

View File

@@ -161,7 +161,7 @@ jobs:
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
workspaces: |
. -> target
cache-all-crates: false
cache-all-crates: true
cache-workspace-crates: true
- name: Install dependencies (ubuntu only)
@@ -272,7 +272,7 @@ jobs:
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
workspaces: |
. -> target
cache-all-crates: false
cache-all-crates: true
cache-workspace-crates: true
- name: Install pnpm
@@ -422,7 +422,7 @@ jobs:
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
workspaces: |
. -> target
cache-all-crates: false
cache-all-crates: true
cache-workspace-crates: true
- name: Install pnpm

View File

@@ -84,7 +84,7 @@ jobs:
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
workspaces: |
. -> target
cache-all-crates: false
cache-all-crates: true
cache-workspace-crates: true
- name: Install dependencies (ubuntu only)

View File

@@ -63,7 +63,7 @@ jobs:
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
workspaces: |
. -> target
cache-all-crates: false
cache-all-crates: true
cache-workspace-crates: true
- name: Install dependencies (ubuntu only)