Skip to content

Commit

Permalink
actions: disable stripping in rust-multiarch
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasjelonek authored Jan 9, 2025
1 parent f0c75a8 commit 285a644
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 @@ -38,4 +38,4 @@ jobs:
command: ${{ matrix.platform.command }}
target: ${{ matrix.platform.target }}
args: "--locked --release"
strip: true
strip: false

0 comments on commit 285a644

Please sign in to comment.