From ab18f672e17f5d9edda4b26d44b8f678bedfff27 Mon Sep 17 00:00:00 2001 From: powderluv Date: Wed, 31 Aug 2022 16:09:46 -0700 Subject: [PATCH] Set ccache logging to verbose temporarily (#1326) This is to debug what is causing the exactly ccache look up failures etc. --- .github/actions/setup-build/action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/actions/setup-build/action.yml b/.github/actions/setup-build/action.yml index 057c8f8ee8c6..76108aec29ca 100644 --- a/.github/actions/setup-build/action.yml +++ b/.github/actions/setup-build/action.yml @@ -36,3 +36,4 @@ runs: with: key: ${{ runner.os }}-torch_mlir_build_assets-${{ inputs.cache-suffix }} max-size: 2G + verbose: 2