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 e42b9cd commit 0c799bcCopy full SHA for 0c799bc
1 file changed
.github/workflows/compile_to_uf2.yml
@@ -63,10 +63,18 @@ jobs:
63
working-directory: micropython/ports/rp2
64
run: make BOARD=RPI_PICO2
65
66
+ - name: compile submodules for RPI_PICO_W
67
+ working-directory: micropython/ports/rp2
68
+ run: make BOARD=RPI_PICO_W submodules
69
+
70
- name: compile micropython and firmware modules for RPI_PICO_W
71
72
run: make BOARD=RPI_PICO_W
73
74
+ - name: compile submodules for RPI_PICO2_W
75
76
+ run: make BOARD=RPI_PICO2_W submodules
77
78
- name: compile micropython and firmware modules for RPI_PICO2_W
79
80
run: make BOARD=RPI_PICO2_W
0 commit comments