Released args to speed up the push build.
Rust Build / building (Linux - X86_64, x86_64-unknown-linux-musl) (push) Failing after 26s
Details
Rust Build / building (Linux - X86_64, x86_64-unknown-linux-musl) (push) Failing after 26s
Details
This commit is contained in:
parent
8a9c515916
commit
b8943a676c
|
@ -7,7 +7,7 @@ on:
|
|||
|
||||
jobs:
|
||||
push:
|
||||
name: building - ${{ matrix.platform.release_for }}
|
||||
name: building
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
@ -31,5 +31,3 @@ jobs:
|
|||
with:
|
||||
command: build
|
||||
target: ${{ matrix.platform.target }}
|
||||
args: "--locked --release"
|
||||
strip: true
|
||||
|
|
Loading…
Reference in New Issue