Skip to content

Commit fc0553e

Browse files
committed
ci: set prefix for rust-cache to purge it once
1 parent 6098e30 commit fc0553e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
3131
- name: restore build & cargo cache
3232
uses: Swatinem/rust-cache@v2
33+
with:
34+
prefix-key: "rust-cache-20231109"
3335

3436
- name: Build
3537
run: cargo build --workspace --locked
@@ -72,6 +74,8 @@ jobs:
7274
7375
- name: restore build & cargo cache
7476
uses: Swatinem/rust-cache@v2
77+
with:
78+
prefix-key: "rust-cache-20231109"
7579

7680
- name: Build
7781
run: cargo build --workspace --locked

0 commit comments

Comments
 (0)