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