diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-10 00:20:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-09 23:20:52 +0000 |
| commit | 69959aa01fab8ccc482cb3ee218af4e65d3fbc6e (patch) | |
| tree | 1221798cf514662cd0e52b3feaa0d16b58aa6697 /.github/workflows/ci.generate.ts | |
| parent | 741afc4b94427588c628925fef464623d373430f (diff) | |
fix: update deno_lint and swc (#21718)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to '.github/workflows/ci.generate.ts')
| -rwxr-xr-x | .github/workflows/ci.generate.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.generate.ts b/.github/workflows/ci.generate.ts index 6d80b8ff8..b6b64a27e 100755 --- a/.github/workflows/ci.generate.ts +++ b/.github/workflows/ci.generate.ts @@ -426,6 +426,8 @@ const ci = { env: { CARGO_TERM_COLOR: "always", RUST_BACKTRACE: "full", + // disable anyhow's library backtrace + RUST_LIB_BACKTRACE: 0, }, steps: skipJobsIfPrAndMarkedSkip([ reconfigureWindowsStorage, |
