mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 13:30:31 +08:00
fix(workflows): enable caching for all crates in autobuild, dev, and lint-clippy workflows
This commit is contained in:
parent
9ef4362b23
commit
df4c69e9cc
6
.github/workflows/autobuild.yml
vendored
6
.github/workflows/autobuild.yml
vendored
@ -161,7 +161,7 @@ jobs:
|
|||||||
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
|
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
|
||||||
workspaces: |
|
workspaces: |
|
||||||
. -> target
|
. -> target
|
||||||
cache-all-crates: false
|
cache-all-crates: true
|
||||||
cache-workspace-crates: true
|
cache-workspace-crates: true
|
||||||
|
|
||||||
- name: Install dependencies (ubuntu only)
|
- name: Install dependencies (ubuntu only)
|
||||||
@ -272,7 +272,7 @@ jobs:
|
|||||||
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
|
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
|
||||||
workspaces: |
|
workspaces: |
|
||||||
. -> target
|
. -> target
|
||||||
cache-all-crates: false
|
cache-all-crates: true
|
||||||
cache-workspace-crates: true
|
cache-workspace-crates: true
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
@ -422,7 +422,7 @@ jobs:
|
|||||||
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
|
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
|
||||||
workspaces: |
|
workspaces: |
|
||||||
. -> target
|
. -> target
|
||||||
cache-all-crates: false
|
cache-all-crates: true
|
||||||
cache-workspace-crates: true
|
cache-workspace-crates: true
|
||||||
|
|
||||||
- name: Install pnpm
|
- name: Install pnpm
|
||||||
|
|||||||
2
.github/workflows/dev.yml
vendored
2
.github/workflows/dev.yml
vendored
@ -84,7 +84,7 @@ jobs:
|
|||||||
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
|
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
|
||||||
workspaces: |
|
workspaces: |
|
||||||
. -> target
|
. -> target
|
||||||
cache-all-crates: false
|
cache-all-crates: true
|
||||||
cache-workspace-crates: true
|
cache-workspace-crates: true
|
||||||
|
|
||||||
- name: Install dependencies (ubuntu only)
|
- name: Install dependencies (ubuntu only)
|
||||||
|
|||||||
2
.github/workflows/lint-clippy.yml
vendored
2
.github/workflows/lint-clippy.yml
vendored
@ -63,7 +63,7 @@ jobs:
|
|||||||
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
|
key: "rust-shared-stable-${{ matrix.os }}-${{ matrix.target }}"
|
||||||
workspaces: |
|
workspaces: |
|
||||||
. -> target
|
. -> target
|
||||||
cache-all-crates: false
|
cache-all-crates: true
|
||||||
cache-workspace-crates: true
|
cache-workspace-crates: true
|
||||||
|
|
||||||
- name: Install dependencies (ubuntu only)
|
- name: Install dependencies (ubuntu only)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user