From 6090bf2b989d5576c222b34610004e1197f609e9 Mon Sep 17 00:00:00 2001 From: Lucille Hua Date: Wed, 20 Sep 2023 17:08:36 -0700 Subject: [PATCH] Revert "[cicd] Disable devbox cache (#155)" This reverts commit e468a88a2accc033a342157e0e39b70d1df71662. --- .github/workflows/monorepo-go.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/monorepo-go.yml b/.github/workflows/monorepo-go.yml index 2fb662a6..5cb6cd2d 100644 --- a/.github/workflows/monorepo-go.yml +++ b/.github/workflows/monorepo-go.yml @@ -20,9 +20,8 @@ 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 root - # with: - # enable-cache: true + with: + enable-cache: true - name: Mount golang cache uses: actions/cache@v3