Skip to content

Commit

Permalink
Make use of cargo binstall in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
regexident committed Dec 10, 2024
1 parent fe9ab05 commit 7e3e472
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ jobs:
with:
toolchain: stable
components: rust-src
- run: cargo install cargo-expand
- uses: cargo-bins/[email protected]
- run: cargo binstall cargo-expand --no-confirm
- run: cargo test

fmt:
Expand Down

0 comments on commit 7e3e472

Please sign in to comment.