Skip to content

Commit

Permalink
ci: force install of cargo-all-feature in case it's already installed
Browse files Browse the repository at this point in the history
  • Loading branch information
adrien-bon committed Nov 11, 2024
1 parent b833ac3 commit 0ec87cd
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 @@ -115,7 +115,7 @@ jobs:
uses: Leafwing-Studios/cargo-cache@v2

- name: Install cargo-all-features
run: cargo install cargo-all-features
run: cargo install --force cargo-all-features

- name: Check project
run: cargo check-all-features

0 comments on commit 0ec87cd

Please sign in to comment.