fix(ci): set ENSURE_RUST_COMPONENTS to exclude rust-docs in release-build
This commit is contained in:
parent
6e8d41e042
commit
c14e097fe7
1
.github/workflows/release-build.yml
vendored
1
.github/workflows/release-build.yml
vendored
@ -18,6 +18,7 @@ env:
|
||||
GIT_CONFIG_KEY_0: core.hooksPath
|
||||
GIT_CONFIG_VALUE_0: /dev/null
|
||||
CARGO_TERM_COLOR: always
|
||||
ENSURE_RUST_COMPONENTS: "rustfmt clippy"
|
||||
|
||||
jobs:
|
||||
build-and-test:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user