diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index e5ba9990..6cebfd02 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -20,7 +20,7 @@ env: CARGO_TERM_COLOR: always CARGO_INCREMENTAL: 0 CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse - RUST_BACKTRACE: full + RUST_BACKTRACE: 1 # Most docker images seem to get this right but not ubuntu:focal DEBIAN_FRONTEND: noninteractive