Skip to content

Commit

Permalink
Allow pre-existing cargo-edit on mac
Browse files Browse the repository at this point in the history
  • Loading branch information
octol committed Jan 22, 2025
1 parent 7cd644b commit 154bee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-nym-vpn-core-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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
run: ./scripts/append-timestamp-to-version.sh nym-vpn-core/Cargo.toml ${{ steps.workspace-version.outputs.output }}
Expand Down

0 comments on commit 154bee1

Please sign in to comment.