Skip to content

Commit

Permalink
chore(ci): fix cargo binstall
Browse files Browse the repository at this point in the history
  • Loading branch information
everpcpc committed Nov 20, 2023
1 parent a4dae1f commit 237409d
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/actions/check/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ runs:
shell: bash
run: |
cargo install cargo-quickinstall
cargo quickinstall cargo-machete
cargo quickinstall cargo-deny
cargo quickinstall cargo-xwin
cargo quickinstall sccache
cargo quickinstall cargo-binstall
cargo binstall cargo-machete
cargo binstall cargo-deny
cargo binstall cargo-xwin
cargo binstall sccache
- name: Machete
shell: bash
Expand Down

0 comments on commit 237409d

Please sign in to comment.