Skip to content

Commit

Permalink
ci: set prefix for rust-cache to purge it once
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Nov 9, 2023
1 parent 6098e30 commit fc0553e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ jobs:
- name: restore build & cargo cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: "rust-cache-20231109"

- name: Build
run: cargo build --workspace --locked
Expand Down Expand Up @@ -72,6 +74,8 @@ jobs:
- name: restore build & cargo cache
uses: Swatinem/rust-cache@v2
with:
prefix-key: "rust-cache-20231109"

- name: Build
run: cargo build --workspace --locked
Expand Down

0 comments on commit fc0553e

Please sign in to comment.