Skip to content

Commit 3471137

Browse files
authored
Update build.yml
1 parent 7e04ea8 commit 3471137

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- name: Set Pico SDK path
2020
run: echo "PICO_SDK_PATH=$GITHUB_WORKSPACE/micropython/lib/pico-sdk" >> "$GITHUB_ENV"
2121
- name: Build OpenCV
22-
run: make -C src/opencv PLATFORM=embedded/rp2350
22+
run: make -C src/opencv PLATFORM=embedded/rp2350 --no-print-directory
2323
- name: Build firmware
2424
run: make BOARD=SPARKFUN_XRP_CONTROLLER

0 commit comments

Comments
 (0)