From fc29666696e3b727dea59b97f3ea7abb378537d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABlle=20Huisman?= Date: Wed, 15 Jan 2025 10:13:46 +0100 Subject: [PATCH] ci: remove force from binstall (#20) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cece243..36134f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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