Skip to content

Commit 175b13e

Browse files
authored
Update build.yml
1 parent c7b47b6 commit 175b13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
- name: Set Pico SDK path
2323
run: echo "PICO_SDK_PATH=$GITHUB_WORKSPACE/micropython/lib/pico-sdk" >> "$GITHUB_ENV"
2424
- name: Build OpenCV
25-
run: make -C src/opencv PLATFORM=embedded/rp2350 --no-print-directory
25+
run: make -C src/opencv PLATFORM=embedded/rp2350 --no-print-directory -j4
2626
- name: Build firmware
27-
run: make BOARD=SPARKFUN_XRP_CONTROLLER
27+
run: make BOARD=SPARKFUN_XRP_CONTROLLER -j4
2828
- name: Upload UF2
2929
uses: actions/upload-artifact@v4
3030
with:

0 commit comments

Comments
 (0)