Skip to content

Commit

Permalink
ci: remove force from binstall (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielleHuisman authored Jan 15, 2025
1 parent 7ab4663 commit fc29666
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 @@ -74,7 +74,7 @@ jobs:
uses: cargo-bins/cargo-binstall@main

- name: Install crates
run: cargo binstall --force -y sea-orm-cli
run: cargo binstall -y sea-orm-cli

- name: Test
run: cargo test --all-features

0 comments on commit fc29666

Please sign in to comment.