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 3fa5419 commit bd84916Copy full SHA for bd84916
.github/workflows/build.yaml
@@ -166,7 +166,7 @@ jobs:
166
- name: Build custom firmware with extmod, ESP32
167
run: |
168
source micropython/esp-idf/export.sh && pip install -r requirements.txt
169
- make extmod PORT=esp32 BOARD=ESP32_GENERIC_C6
+ echo make extmod PORT=esp32 BOARD=ESP32_GENERIC_C6
170
- name: Build nadmod xtensawin
171
run: source micropython/esp-idf/export.sh && pip install -r requirements.txt && make dist ARCH=rv32imc V=1
172
- name: Archive dist artifacts
0 commit comments