fix(ci): pre-install rustfmt/clippy before ensure_cargo_component
This commit is contained in:
@@ -48,6 +48,9 @@ jobs:
|
||||
shell: bash
|
||||
run: ./scripts/ci/ensure_cc.sh
|
||||
|
||||
- name: Pre-install rustfmt and clippy
|
||||
shell: bash
|
||||
run: rustup component add rustfmt clippy --toolchain 1.92.0
|
||||
- name: Ensure cargo component
|
||||
shell: bash
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user