fix: disable binstall telemetry that's interactive and stops ci
1 files changed, 1 insertions(+), 0 deletions(-) M .build.yml
M .build.yml => .build.yml +1 -0
@@ 11,6 11,7 @@ environment: SCCACHE_ENDPOINT: https://s3.iad.xny.onl SCCACHE_REGION: auto RUSTC_WRAPPER: sccache + BINSTALL_DISABLE_TELEMETRY: true tasks: - setup: | rustup-init -y