Skip to content

Commit e468a88

Browse files
authored
[cicd] Disable devbox cache (#155)
## Summary TSIA ## How was it tested? --------- Signed-off-by: Mike Landau <mikeland86@gmail.com>
1 parent 417d4b7 commit e468a88

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/monorepo-go.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ jobs:
2020

2121
- name: Install devbox
2222
uses: jetpack-io/devbox-install-action@v0.7.0
23-
with:
24-
enable-cache: true
23+
# Need to investigate why cache is causing ~/.cache to change ownership to root
24+
# with:
25+
# enable-cache: true
2526

2627
- name: Mount golang cache
2728
uses: actions/cache@v3

0 commit comments

Comments
 (0)