Skip to content

Commit 9969ce5

Browse files
committed
ci: use .cargo/config.toml
Setting rustflags to empty string avoids overwriting rustflags. See https://github.com/actions-rust-lang/setup-rust-toolchain
1 parent c79a95a commit 9969ce5

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

.github/actions/make/action.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ inputs:
2626
rust-rustflags:
2727
description: Set the value of RUSTFLAGS via setup-and-cache-rust
2828
required: false
29-
default: -D warnings
3029

3130
runs:
3231
using: composite

.github/actions/setup-and-cache-rust/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ inputs:
77
rustflags:
88
description: Set the value of RUSTFLAGS (set to empty string to avoid overwriting existing flags)
99
required: false
10-
default: -D warnings
10+
default: ''
1111
components:
1212
description: Additional components to install that don't come with the toolchain by default.
1313
required: false

0 commit comments

Comments
 (0)