diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index b1f5b12..c4d9adb 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -48,4 +48,5 @@ jobs: - uses: actions-rs/cargo@v1 with: command: build - args: --release --no-default-features --features "cmdargs custom_pieces" + args: > + --release --no-default-features --features "cmdargs custom_pieces"