Skip to content

Commit ff278cd

Browse files
Michael GrierEmJayGee
authored andcommitted
Add parallel for building
1 parent f05c6e6 commit ff278cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
8585
- name: Build
8686
# Build your program with the given configuration. Note that --config is needed because the default Windows generator is a multi-config generator (Visual Studio generator).
87-
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }}
87+
run: cmake --build ${{ steps.strings.outputs.build-output-dir }} --config ${{ matrix.build_type }} --parallel
8888

8989
- name: Test
9090
working-directory: ${{ steps.strings.outputs.build-output-dir }}

0 commit comments

Comments
 (0)