Skip to content

Commit 4d38135

Browse files
authored
Update build.yml
1 parent 8ea6bc4 commit 4d38135

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ jobs:
1212
submodules: true
1313
- name: Install packages
1414
run: sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
15+
- name: Set Pico SDK path
16+
run: export PICO_SDK_PATH=$GITHUB_WORKSPACE/micropython/lib/pico-sdk
1517
- name: Build OpenCV
1618
run: make -C src/opencv PLATFORM=embedded/rp2350
1719
- name: Build MPY Cross

0 commit comments

Comments
 (0)