mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-25 06:40:03 +00:00
Fix releasae build: Install rust-src for release
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
7a7220b1a2
commit
af3b87df7a
1 changed files with 4 additions and 0 deletions
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
|
@ -73,6 +73,10 @@ jobs:
|
|||
if: "!matrix.use-cross"
|
||||
run: rustup target add ${{ matrix.target }}
|
||||
|
||||
- name: Install rust-src
|
||||
if: inputs.for_release
|
||||
run: rustup component add rust-src
|
||||
|
||||
- name: Select compile settings
|
||||
shell: bash
|
||||
run: |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue