From 9331c1cd9be060a58c42ae91dd1f734710397882 Mon Sep 17 00:00:00 2001 From: Michael Moss Date: Fri, 17 Jul 2026 05:58:19 -0700 Subject: [PATCH] Disable ccache to see if it fixes random test crash issues. PiperOrigin-RevId: 949521487 Change-Id: I3b1f6c46ee015ad134a1c16a9bbc6edfd001659a --- .github/workflows/build.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e0786168..800606f9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -101,12 +101,12 @@ jobs: # each compiler gets its own cache; the action's restore-keys let PR branches # fall back to main's cache. ccache on Windows/MSVC is finicky and Windows # isn't the bottleneck, so we skip it there. - - name: Setup ccache - if: ${{ runner.os != 'Windows' }} - uses: hendrikmuhs/ccache-action@v1.2.23 - with: - key: ${{ matrix.label }} - max-size: "1.5G" +# - name: Setup ccache +# if: ${{ runner.os != 'Windows' }} +# uses: hendrikmuhs/ccache-action@v1.2.23 +# with: +# key: ${{ matrix.label }} +# max-size: "1.5G" - name: Configure MuJoCo env: