mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Fix release build: Set RUSTFLAGS
to link with libgcc statically
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
af3b87df7a
commit
9e5ff25be8
2 changed files with 10 additions and 0 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -110,6 +110,8 @@ jobs:
|
|||
|
||||
- name: Build
|
||||
run: ${{ env.CTOOL }} build ${{ env.CARGS }}
|
||||
env:
|
||||
RUSTFLAGS: ${{ env.RUSTFLAGS }}
|
||||
|
||||
- name: Get output
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue