We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ea6bc4 commit 4d38135Copy full SHA for 4d38135
.github/workflows/build.yml
@@ -12,6 +12,8 @@ jobs:
12
submodules: true
13
- name: Install packages
14
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
17
- name: Build OpenCV
18
run: make -C src/opencv PLATFORM=embedded/rp2350
19
- name: Build MPY Cross
0 commit comments