Skip to content

Commit 260d84f

Browse files
committed
CI fix
1 parent cae5141 commit 260d84f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ jobs:
3030
with:
3131
toolchain: stable
3232
override: true
33+
- uses: cargo-bins/cargo-binstall@main
34+
- name: Install cargo-component
35+
run: cargo binstall --force --locked [email protected]
3336
- name: Check formatting
3437
run: cargo fmt -- --check
3538
- name: Clippy

0 commit comments

Comments
 (0)