Skip to content

Commit dda0e32

Browse files
authored
Update build.yml
1 parent ec2e3de commit dda0e32

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- name: make
1414
run: |
1515
sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
16+
make -C src/opencv PLATFORM=embedded/rp2350
1617
make -C micropython/mpy-cross
1718
make -C micropython/ports/rp2 BOARD=SPARKFUN_XRP_CONTROLLER submodules
1819
make BOARD=SPARKFUN_XRP_CONTROLLER

0 commit comments

Comments
 (0)