Skip to content

Commit 251d081

Browse files
committed
Removing --parallel to attempt to improve build time for GH runner
1 parent 30b28b5 commit 251d081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-macOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: cmake -B ${{github.workspace}}/build -DCMAKE_BUILD_TYPE=${{matrix.build_type}} -DCINDER_BUILD_TESTS=1
2222

2323
- name: Build
24-
run: cmake --build ${{github.workspace}}/build --config ${{matrix.build_type}} --parallel
24+
run: cmake --build ${{github.workspace}}/build --config ${{matrix.build_type}}
2525

2626
- name: Run Unit Tests
2727
working-directory: ${{github.workspace}}/build

0 commit comments

Comments
 (0)