Skip to content

Commit

Permalink
binstall
Browse files Browse the repository at this point in the history
Signed-off-by: Bugen Zhao <[email protected]>
  • Loading branch information
BugenZhao committed Mar 28, 2024
1 parent 1ba0b52 commit b46cb8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: cargo-bins/cargo-binstall@main
- name: Install cargo-semver-checks
run: cargo install cargo-semver-checks
run: cargo binstall -y cargo-semver-checks
- name: Check
run: cargo semver-checks check-release -p await-tree

0 comments on commit b46cb8d

Please sign in to comment.