Skip to content

Commit

Permalink
actions: do a locked cargo build
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Jelonek <[email protected]>
  • Loading branch information
jonasjelonek committed Jan 9, 2025
1 parent 6a2e3fd commit df4680f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust-multiarch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ jobs:
with:
command: build
target: ${{ matrix.platform.target }}
args: "--release --all-features"
args: "--locked --release --all-features"
strip: false

0 comments on commit df4680f

Please sign in to comment.