diff options
| author | Lee Lup Yuen <luppy@appkaki.com> | 2020-07-22 03:19:34 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-22 03:19:34 (GMT) |
| commit | 3e89f9fd494b84ac2cd287d6587375ab990c7de5 (patch) | |
| tree | bb8d7fce1eb863b7715963b42fefe422fd60405f /.github | |
| parent | 60eb0ac18179bd3b442ecc8558d77c263f2ebc1a (diff) | |
Parallel make
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/c-cpp.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 81a1c48..0ed1061 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -65,7 +65,7 @@ jobs: - name: Make # For debugging builds, remove option "-j" for clearer output. Add "--trace" to see details. - run: cd build && make pinetime-app + run: cd build && make -j pinetime-app - name: Upload built firmware uses: actions/upload-artifact@v2 |
