Skip to content

Commit c766368

Browse files
committed
CI: Pull submodules for RP2
1 parent af64e40 commit c766368

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ jobs:
3939
- name: Setup MicroPython ARM
4040
working-directory: micropython
4141
run: source tools/ci.sh && ci_rp2_setup
42+
- name: Setup MicroPython RP2 port
43+
working-directory: micropython/ports/rp2
44+
run: make submodules
4245
- name: Build custom firmware with extmod, RP2
4346
run: make rp2 V=1
4447
- name: Build module armv6m

0 commit comments

Comments
 (0)