Skip to content

Commit c742a69

Browse files
committed
ci: Run make with parallel build support
Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev>
1 parent b89f131 commit c742a69

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ jobs:
1010
validation:
1111
runs-on: ubuntu-20.04
1212
steps:
13+
- name: Setup Dynamic Env
14+
run: |
15+
echo "MAKEFLAGS=-j$(nproc)" | tee $GITHUB_ENV
16+
1317
- name: Checkout code
1418
uses: actions/checkout@v3
1519

0 commit comments

Comments
 (0)