Skip to content

Commit

Permalink
Prevent erroring if cargo-edit installed
Browse files Browse the repository at this point in the history
  • Loading branch information
pronebird committed Feb 28, 2025
1 parent 6c38b2e commit 1f96285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nym-vpn-core-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
subcommand: workspace.package.version --entry nym-vpn-core

- name: Install cargo-edit
run: cargo install --locked cargo-edit
run: cargo install --locked cargo-edit || true

- name: Append timestamp if it's a dev version
shell: bash
Expand Down

0 comments on commit 1f96285

Please sign in to comment.