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 30c74fc commit 336d463Copy full SHA for 336d463
.github/workflows/ports_esp32.yml
@@ -29,7 +29,7 @@ jobs:
29
ci_func: # names are functions in ci.sh
30
- esp32_build_cmod_spiram_s2
31
- esp32_build_s3_c3
32
- - esp32_build_c2_c6
+ - esp32_build_c2_c5_c6
33
runs-on: ubuntu-latest
34
steps:
35
- uses: actions/checkout@v5
tools/ci.sh
@@ -237,10 +237,11 @@ function ci_esp32_build_s3_c3 {
237
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C3
238
}
239
240
-function ci_esp32_build_c2_c6 {
+function ci_esp32_build_c2_c5_c6 {
241
ci_esp32_build_common
242
243
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C2
244
+ make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C5
245
make ${MAKEOPTS} -C ports/esp32 BOARD=ESP32_GENERIC_C6
246
247
0 commit comments