From 4b0e8a9c3222a74fb8d7f555fcd5139ac8718533 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 22 Jun 2025 21:00:53 -0400 Subject: [PATCH] Add backtrace to find where is the issue --- .github/workflows/build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8c7a71..4c6ac6e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,5 +92,6 @@ jobs: RECIPE_PATH: ${{ steps.build_vars.outputs.recipe_path }} RUST_LOG_STYLE: always CLICOLOR_FORCE: "1" + RUST_BACKTRACE: "1" run: | sudo -E bluebuild build -v --push ${RECIPE_PATH} \ No newline at end of file