mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 05:28:42 +00:00
Revert "Set RUSTFLAGS
to -Zstrip=symbols
in job build
"
This reverts commit 62b5ecbe83
.
This commit is contained in:
parent
62b5ecbe83
commit
3411812ee5
1 changed files with 0 additions and 2 deletions
2
.github/workflows/rust.yml
vendored
2
.github/workflows/rust.yml
vendored
|
@ -96,8 +96,6 @@ jobs:
|
|||
command: build
|
||||
args: --target ${{ matrix.target }} --release
|
||||
use-cross: ${{ matrix.use-cross }}
|
||||
env:
|
||||
RUSTFLAGS: -Zstrip=symbols
|
||||
|
||||
- name: Copy and rename utility
|
||||
run: cp target/${{ matrix.target }}/release/${{ matrix.output }} ${{ matrix.output }}
|
||||
|
|
Loading…
Add table
Reference in a new issue