diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 81a1c48c..0ed10615 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