From e66092d3d734d7126ede1ade1e794908d863ed63 Mon Sep 17 00:00:00 2001 From: brainstorm-os Date: Tue, 14 Jul 2026 19:18:25 +0200 Subject: [PATCH] fix workflow --- .github/workflows/alpha.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/alpha.yml b/.github/workflows/alpha.yml index d635c46e..0e142ddd 100644 --- a/.github/workflows/alpha.yml +++ b/.github/workflows/alpha.yml @@ -77,6 +77,8 @@ jobs: - name: Build native + apps + shell shell: bash + env: + CARGO_BUILD_JOBS: 2 run: | bun run --filter @brainstorm/native ${{ matrix.napi-script }} bun run --filter @brainstorm/shell build