Skip to content

Commit

Permalink
ci: Add --force flag to cargo install commands in CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Dec 28, 2024
1 parent 6663570 commit 87945c3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ jobs:

- name: Build
run: |
cargo install --locked --path ./crates/core
cargo install --locked --path ./crates/fdev
cargo install --locked --force --path ./crates/core
cargo install --locked --force --path ./crates/fdev
make -C apps/freenet-ping -f run-ping.mk build
cargo build --locked
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:

- name: Build
run: |
cargo install --locked --path ../../crates/fdev
cargo install --locked --force --path ../../crates/fdev
make -f run-ping.mk build
working-directory: apps/freenet-ping

Expand Down

0 comments on commit 87945c3

Please sign in to comment.