ci: ensure rustfmt/clippy components in production release build
This commit is contained in:
parent
cc13e88c8b
commit
d214ebfa1a
4
.github/workflows/release-build.yml
vendored
4
.github/workflows/release-build.yml
vendored
@ -53,6 +53,10 @@ jobs:
|
||||
ENSURE_CARGO_COMPONENT_STRICT: "true"
|
||||
run: bash ./scripts/ci/ensure_cargo_component.sh 1.92.0
|
||||
|
||||
- name: Ensure rustfmt and clippy components
|
||||
shell: bash
|
||||
run: rustup component add rustfmt clippy --toolchain 1.92.0
|
||||
|
||||
- name: Cache Cargo registry and target
|
||||
uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v3
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user