Skip to content

Commit

Permalink
Remove locked arg from cross build
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewmeyer committed Nov 9, 2024
1 parent 9183a5a commit cd0670e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
command: "build"
target: ${{ matrix.platform.target }}
toolchain: "stable"
args: "--locked --release"
args: "--release"
strip: true
- name: Publish artifacts and release
uses: houseabsolute/actions-rust-release@v0
Expand Down

0 comments on commit cd0670e

Please sign in to comment.