mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-04-15 14:31:28 +03:00
try fix cargo test no space in ci
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -124,7 +124,12 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
use-cross: ${{ matrix.job.use-cross }}
|
use-cross: ${{ matrix.job.use-cross }}
|
||||||
command: build
|
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
|
# - name: Strip debug information from executable
|
||||||
# id: strip
|
# id: strip
|
||||||
|
|||||||
Reference in New Issue
Block a user