Skip to content

Commit 39629a2

Browse files
authored
Update build.yml
1 parent c190764 commit 39629a2

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
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install packages
1414
run: sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi
1515
- name: Set Pico SDK path
16-
run: echo "{PICO_SDK_PATH}={$GITHUB_WORKSPACE/micropython/lib/pico-sdk}" >> "$GITHUB_ENV"
16+
run: echo "PICO_SDK_PATH=$GITHUB_WORKSPACE/micropython/lib/pico-sdk" >> "$GITHUB_ENV"
1717
- name: Build OpenCV
1818
run: make -C src/opencv PLATFORM=embedded/rp2350
1919
- name: Build MPY Cross

0 commit comments

Comments
 (0)