Skip to content

Commit

Permalink
Fix broken cache folder permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
shikanime committed Dec 21, 2024
1 parent 4f1e682 commit 2ff27b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/common-caches/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Common Caches",
"id": "common-caches",
"version": "3.2.1",
"version": "3.2.2",
"description": "Setup common caches for various package managers.",
"installsAfter": ["ghcr.io/devcontainers/features/common-utils"],
"containerEnv": {
Expand Down
1 change: 1 addition & 0 deletions src/common-caches/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ fi

# Create cache folders with correct privs in case a volume is mounted here
cache_folders=(
".cache"
".cache/deno"
".cache/go"
".cache/huggingface"
Expand Down

0 comments on commit 2ff27b3

Please sign in to comment.