mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-22 13:38:43 +00:00
Revert "Set RUSTFLAGS
to -Cstrip=symbols
in job build
"
This reverts commit c3c1c97dd3
.
This commit is contained in:
parent
c3c1c97dd3
commit
7b39239729
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
|
command: build
|
||||||
args: --target ${{ matrix.target }} --release
|
args: --target ${{ matrix.target }} --release
|
||||||
use-cross: ${{ matrix.use-cross }}
|
use-cross: ${{ matrix.use-cross }}
|
||||||
env:
|
|
||||||
RUSTFLAGS: -Cstrip=symbols
|
|
||||||
|
|
||||||
- name: Copy and rename utility
|
- name: Copy and rename utility
|
||||||
run: cp target/${{ matrix.target }}/release/${{ matrix.output }} ${{ matrix.output }}
|
run: cp target/${{ matrix.target }}/release/${{ matrix.output }} ${{ matrix.output }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue