From 3370a20328cb4260e4b26d3b9fa857cfe18bc701 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Tue, 14 Oct 2025 18:54:55 -0400 Subject: [PATCH] Attempt with latest stable cli version (test if different) --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a52d339..6e5dc5b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -45,5 +45,6 @@ jobs: pr_event_number: ${{ github.event.number }} # enabled by default, disable if your image is small and you want faster builds - maximize_build_space: true - rechunk: true + maximize_build_space: "true" + rechunk: "true" + cli_version: "v0.9.24"