fix line to long lint
This commit is contained in:
parent
33775d8dae
commit
d20a2d29fd
@ -48,4 +48,5 @@ jobs:
|
|||||||
- uses: actions-rs/cargo@v1
|
- uses: actions-rs/cargo@v1
|
||||||
with:
|
with:
|
||||||
command: build
|
command: build
|
||||||
args: --release --no-default-features --features "cmdargs custom_pieces"
|
args: >
|
||||||
|
--release --no-default-features --features "cmdargs custom_pieces"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user