Skip to content

Commit 1114089

Browse files
committed
.github/workflows: Build ev3rt uImage only.
Since we don't package a u-boot file yet, don't try to build the bootable firmware.
1 parent 084c51b commit 1114089

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
@@ -282,7 +282,7 @@ jobs:
282282
- name: Fix file permission
283283
run: chmod +x micropython/mpy-cross/build/mpy-cross
284284
- name: Build
285-
run: make $MAKEOPTS -C bricks/ev3rt
285+
run: make $MAKEOPTS -C bricks/ev3rt uImage
286286

287287
debug:
288288
name: debug firmware

0 commit comments

Comments
 (0)