diff --git a/.gitea/workflows/build.yaml b/.gitea/workflows/build.yaml index 12ed9c5..b1f5b12 100644 --- a/.gitea/workflows/build.yaml +++ b/.gitea/workflows/build.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions-rs/cargo@v1 with: command: build - args: --release + args: --release --no-default-features build_custom_pieces: name: Saltfish [custom_pieces] runs-on: ubuntu-latest