Skip to content

Commit 861bdfd

Browse files
bdejongclaude
andcommitted
Enable parallel builds in CI
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent e009c59 commit 861bdfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: cmake -B build -DCMAKE_BUILD_TYPE=Release
3232

3333
- name: Build
34-
run: cmake --build build --config Release
34+
run: cmake --build build --config Release --parallel
3535

3636
- name: Collect artifacts (macOS)
3737
if: runner.os == 'macOS'

0 commit comments

Comments
 (0)