Skip to content

Commit

Permalink
reorder cleanup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Oct 18, 2023
1 parent 38059f5 commit c179440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ jobs:
- name: remove other crates to reduce dependencies
run: |
rm -rf bevy-jornet
rm -rf jornet-cli
cargo new --lib bevy-jornet
rm -rf jornet-cli
cargo new --lib jornet-cli
cargo update -p bevy-jornet
cargo update -p jornet-cli
Expand Down

0 comments on commit c179440

Please sign in to comment.