From 2539eadc5c97520b441f622b8b6cb3d731abcb5e Mon Sep 17 00:00:00 2001 From: Mike Landau Date: Wed, 20 Sep 2023 16:28:43 -0700 Subject: [PATCH 1/2] [cicd] Disable devbox cache --- .github/workflows/monorepo-go.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/monorepo-go.yml b/.github/workflows/monorepo-go.yml index 5cb6cd2d..e2e301c8 100644 --- a/.github/workflows/monorepo-go.yml +++ b/.github/workflows/monorepo-go.yml @@ -20,8 +20,9 @@ jobs: - name: Install devbox uses: jetpack-io/devbox-install-action@v0.7.0 - with: - enable-cache: true + # Need to investigate why cache is causing ~/.cache to change ownership to roo + # with: + # enable-cache: true - name: Mount golang cache uses: actions/cache@v3 From 14fe5b80a7974d9e24fe146ed0a762f97a4464b0 Mon Sep 17 00:00:00 2001 From: Mike Landau Date: Wed, 20 Sep 2023 16:29:19 -0700 Subject: [PATCH 2/2] Update monorepo-go.yml Signed-off-by: Mike Landau --- .github/workflows/monorepo-go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/monorepo-go.yml b/.github/workflows/monorepo-go.yml index e2e301c8..2fb662a6 100644 --- a/.github/workflows/monorepo-go.yml +++ b/.github/workflows/monorepo-go.yml @@ -20,7 +20,7 @@ jobs: - name: Install devbox uses: jetpack-io/devbox-install-action@v0.7.0 - # Need to investigate why cache is causing ~/.cache to change ownership to roo + # Need to investigate why cache is causing ~/.cache to change ownership to root # with: # enable-cache: true