Set rust-related env vars for building codegen in CI

This commit is contained in:
Taiki Endo
2023-01-18 22:10:38 +09:00
parent 9b917368c2
commit 0b8b246f3d

View File

@@ -13,6 +13,15 @@ on:
- cron: '0 1 * * *'
workflow_dispatch:
env:
CARGO_INCREMENTAL: 0
CARGO_NET_GIT_FETCH_WITH_CLI: true
CARGO_NET_RETRY: 10
CARGO_TERM_COLOR: always
RUST_BACKTRACE: 1
RUSTFLAGS: -D warnings
RUSTUP_MAX_RETRIES: 10
defaults:
run:
shell: bash