From 66a0e08d4534be6eca7300735785262ce5a04381 Mon Sep 17 00:00:00 2001 From: Eriq Taing Date: Sun, 22 Jun 2025 21:03:46 -0400 Subject: [PATCH] Use full for backtrace for more information --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4c6ac6e..5fbb9f0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -92,6 +92,6 @@ jobs: RECIPE_PATH: ${{ steps.build_vars.outputs.recipe_path }} RUST_LOG_STYLE: always CLICOLOR_FORCE: "1" - RUST_BACKTRACE: "1" + RUST_BACKTRACE: "full" run: | sudo -E bluebuild build -v --push ${RECIPE_PATH} \ No newline at end of file