Skip to content

Commit

Permalink
--locked removed
Browse files Browse the repository at this point in the history
  • Loading branch information
EliMoshkovich committed Oct 3, 2024
1 parent 03e7f40 commit 975eab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
fi
- name: Build Binary
run: cargo build --verbose --locked --release --target ${{ matrix.target }}
run: cargo build --verbose --release --target ${{ matrix.target }} # --locked have been removed to avoid error

- name: Dry run cargo publish
run: cargo publish --dry-run --allow-dirty --target ${{ matrix.target }}
Expand Down

0 comments on commit 975eab8

Please sign in to comment.