diff --git a/.github/workflows/monorepo-go.yml b/.github/workflows/monorepo-go.yml index 5cb6cd2d..2fb662a6 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 root + # with: + # enable-cache: true - name: Mount golang cache uses: actions/cache@v3