Skip to content

Commit fd0c95a

Browse files
authored
Revert "[cicd] Disable devbox cache" (#156)
Reverts #155
1 parent e468a88 commit fd0c95a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/monorepo-go.yml

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

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

2726
- name: Mount golang cache
2827
uses: actions/cache@v3

0 commit comments

Comments
 (0)