Fix "Build debug": Add back use-cross

Signed-off-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Jiahao XU 2022-07-23 21:52:22 +10:00
parent 026aefb5a7
commit 291269f50f
No known key found for this signature in database
GPG key ID: 591C0B03040416D6

View file

@ -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') }}