From ccc1c5b9dc14675f19b1ea0dd3a35f68249b10d9 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Thu, 19 Jun 2025 18:52:08 -0400 Subject: [PATCH] Attempt to allow rechunk by disabling use_cache --- .github/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b51e455..53b45f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -42,3 +42,5 @@ jobs: # enabled by default, disable if your image is small and you want faster builds maximize_build_space: true + rechunk: true + use_cache: false