try fix cargo test no space in ci

This commit is contained in:
rustdesk 2023-07-24 15:31:36 +08:00
parent dc0f21298e
commit 9a28bab5b2

View File

@ -124,7 +124,12 @@ jobs:
with:
use-cross: ${{ matrix.job.use-cross }}
command: build
args: --locked --release --target=${{ matrix.job.target }}
args: --locked --target=${{ matrix.job.target }}
- name: clean
shell: bash
run: |
cargo clean
# - name: Strip debug information from executable
# id: strip