diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 66ad8f8..390c7c5 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -114,4 +114,4 @@ jobs: RUST_LOG_STYLE: always CLICOLOR_FORCE: "1" run: | - sudo -E bluebuild build -v --push ${RECIPE_PATH} \ No newline at end of file + sudo -E bluebuild build -v --push --rechunk ${RECIPE_PATH} \ No newline at end of file