Skip to content

Commit 338150c

Browse files
committed
ci: Fix cargo deny install
1 parent 1c4288d commit 338150c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: cargo test --manifest-path native/ecto_libsql/Cargo.toml --all-features
5757

5858
- name: Install cargo-deny
59-
run: cargo install cargo-deny --locked
59+
run: cargo install cargo-deny --force --locked
6060

6161
- name: Check licences and security advisories
6262
working-directory: native/ecto_libsql

0 commit comments

Comments
 (0)