Skip to content

Commit 087dd8a

Browse files
authored
Add esp32c61 target to parallel build workflow
1 parent 12e6b88 commit 087dd8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/parallel_build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
target: [esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c5, esp32c6, esp32h2, esp32p4]
12+
target: [esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c5, esp32c6, esp32h2, esp32p4, esp32c61]
1313
fail-fast: true
1414
steps:
1515
- uses: actions/checkout@v4
@@ -89,7 +89,7 @@ jobs:
8989
echo "Found firmware version: $FIRMWARE_VERSION"
9090
9191
# Array of MCU targets that need sdkconfig updates
92-
mcu_targets=("esp32" "esp32s2" "esp32s3" "esp32c2" "esp32c3" "esp32c5" "esp32c6" "esp32h2" "esp32p4")
92+
mcu_targets=("esp32" "esp32s2" "esp32s3" "esp32c2" "esp32c3" "esp32c5" "esp32c6" "esp32h2" "esp32p4" "esp32c61")
9393
9494
for mcu in "${mcu_targets[@]}"; do
9595
sdkconfig_path="framework-arduinoespressif32/tools/esp32-arduino-libs/$mcu/sdkconfig"

0 commit comments

Comments
 (0)