Skip to content
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
Merged
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ on:
env:
CARGO_TERM_COLOR: always
CARGO_INCREMENTAL: 0
RUSTFLAGS: "-C debuginfo=0"
RUSTFLAGS: "-C debuginfo=0 --cfg tokio_unstable"
LANG: C.UTF-8
LC_ALL: C.UTF-8

Expand Down
Loading
Loading