Skip to content

Commit b162a51

Browse files
max-sixtyeitsupi
andauthored
devops: fix cache volume mounts of dev container (#2420)
Co-authored-by: eitsupi <[email protected]>
1 parent 0b9add9 commit b162a51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
},
2222
"mounts": [
2323
{
24-
"source": "devcontainer-cargo-cache",
25-
"target": "/usr/local/cargo",
24+
"source": "devcontainer-cargo-cache-${devcontainerId}",
25+
"target": "/usr/local/cargo/registry",
2626
"type": "volume"
2727
}
2828
],

0 commit comments

Comments
 (0)