Skip to content

Commit

Permalink
⚗️ Try to fix check CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nicks96432 committed Jan 9, 2024
1 parent 5f50515 commit b6cb47e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: cargo-bins/cargo-binstall@main

- name: Install cargo check tools
run: cargo binstall --no-confirm cargo-deny cargo-outdated cargo-udeps cargo-audit || true
run: cargo binstall --no-confirm --force cargo-deny cargo-outdated cargo-udeps cargo-audit

# remove advisory-db is required to fetch it correctly
- name: Check
Expand Down

0 comments on commit b6cb47e

Please sign in to comment.