Skip to content

Commit 20e527b

Browse files
Copilotrolfbjarne
andcommitted
Use parallel make in Linux build workflow for improved build speed
Co-authored-by: rolfbjarne <249268+rolfbjarne@users.noreply.github.com>
1 parent 15c2f11 commit 20e527b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
- name: Build on Linux
2727
run: |
2828
set -ex
29-
make
29+
make -j$(nproc)

0 commit comments

Comments
 (0)