mirror of
https://github.com/cargo-bins/cargo-binstall.git
synced 2025-04-24 14:28:42 +00:00
Fix "Build debug": Add back use-cross
Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
parent
026aefb5a7
commit
291269f50f
1 changed files with 1 additions and 0 deletions
|
@ -100,6 +100,7 @@ jobs:
|
|||
with:
|
||||
command: build
|
||||
args: --target ${{ matrix.target }} ${{ matrix.debug_build_args }}
|
||||
use-cross: ${{ matrix.use-cross }}
|
||||
|
||||
- name: Copy and rename utility
|
||||
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue