Skip to content

Commit

Permalink
ci: use cargo binstall to install check-all-features
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Oct 2, 2023
1 parent 64c7601 commit 921dc85
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,13 @@ jobs:
run: |
cargo fmt --all -- --check
- name: Install cargo check-all
- name: Install binstall
run: |
cargo install cargo-all-features --force
curl -L --proto '=https' --tlsv1.2 -sSf https://raw.githubusercontent.com/cargo-bins/cargo-binstall/main/install-from-binstall-release.sh | bash
- name: Install cargo-all-features
run: |
cargo binstall -y cargo-all-features
- name: Run cargo check
run: |
Expand Down

0 comments on commit 921dc85

Please sign in to comment.