Skip to content

Commit

Permalink
Use taiki_e/install_action to install dev tools in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
JSorngard authored Dec 30, 2024
1 parent 3555408 commit 0daf58c
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1.10.17
- name: Install cargo-all-features
run: cargo binstall cargo-all-features
- uses: taiki-e/install-action@v2
with:
tool: cargo-all-features
- name: Check
run: cargo check-all-features

Expand All @@ -44,10 +43,9 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- name: Install cargo-binstall
uses: cargo-bins/cargo-binstall@v1.10.17
- name: Install cargo-all-features
run: cargo binstall cargo-all-features
- uses: taiki-e/install-action@v2
with:
tool: cargo-all-features
- name: Test
run: cargo test-all-features

Expand Down

0 comments on commit 0daf58c

Please sign in to comment.