Skip to content

Commit 397a968

Browse files
committed
ci: Set some environment variables
1 parent f6b013b commit 397a968

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@ on:
1313
- cron: '0 1 * * *'
1414
workflow_dispatch:
1515

16+
env:
17+
CARGO_INCREMENTAL: 0
18+
CARGO_NET_GIT_FETCH_WITH_CLI: true
19+
CARGO_NET_RETRY: 10
20+
CARGO_TERM_COLOR: always
21+
RUST_BACKTRACE: 1
22+
RUSTFLAGS: -D warnings
23+
RUSTUP_MAX_RETRIES: 10
24+
1625
defaults:
1726
run:
1827
shell: bash

0 commit comments

Comments
 (0)