Skip to content

Commit 50d26d4

Browse files
committed
Set parallel make jobs for build step in macOS CI
1 parent bf5b8bf commit 50d26d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ jobs:
6161
./bootstrap
6262
./configure --enable-download-from-upstream-url
6363
make build V=0
64+
env:
65+
MAKE: 'make -j6'
6466

6567
- name: Test
6668
run: |

0 commit comments

Comments
 (0)