Skip to content

Commit

Permalink
build: persist rust cache
Browse files Browse the repository at this point in the history
  • Loading branch information
shumkov committed Sep 27, 2024
1 parent cda6e3b commit f6cecda
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
}
},
"remoteUser": "vscode",
"mounts": [
{
"source": "devcontainer-cargo-cache-${devcontainerId}",
"target": "/usr/local/cargo",
"type": "volume"
}
],
"features": {
"ghcr.io/devcontainers/features/common-utils:2": {
"installZsh": "true",
Expand Down

0 comments on commit f6cecda

Please sign in to comment.