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