Skip to content

Commit

Permalink
Make installation of cargo-hack faster and robust
Browse files Browse the repository at this point in the history
Use taiki-e/install-action to install prebuilt binaries.
  • Loading branch information
taiki-e committed Jul 9, 2022
1 parent 98f0d7b commit 8cd4340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Install Rust
run: rustup update stable
- name: Install cargo-hack
run: cargo install cargo-hack
uses: taiki-e/install-action@cargo-hack
- run: cargo hack build --feature-powerset --optional-deps --no-dev-deps
- run: cargo test --all-features

Expand Down

0 comments on commit 8cd4340

Please sign in to comment.