Skip to content

Commit 8018bf6

Browse files
committed
Make use of cargo binstall in CI workflow
1 parent 4fb346e commit 8018bf6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
with:
4343
toolchain: 1.78.0
4444
components: rust-src
45-
- run: cargo install cargo-expand
45+
- uses: cargo-bins/[email protected]
46+
- run: cargo binstall cargo-expand --no-confirm
4647
- run: cargo test -- --test-threads=1
4748

4849
fmt:

0 commit comments

Comments
 (0)