mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2025-07-06 12:16:12 +02:00
split cache by target CPU
This commit is contained in:
parent
69220afc50
commit
da8a7e34e1
1 changed files with 2 additions and 0 deletions
2
.github/workflows/publish-image.yml
vendored
2
.github/workflows/publish-image.yml
vendored
|
@ -135,6 +135,8 @@ jobs:
|
|||
# It manually injects the mounts into Docker.
|
||||
# We use
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
prefix-key: v0-rust-${{matrix.target}}
|
||||
id: rust-cache
|
||||
|
||||
- name: Inject cache into Docker
|
||||
|
|
Loading…
Add table
Reference in a new issue