Skip to content

Commit e04e864

Browse files
authored
limits it to build only for the ESP32-C5
1 parent d360cad commit e04e864

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
strategy:
2727
matrix:
28-
target: [esp32, esp32s2, esp32s3, esp32c2, esp32c3, esp32c6, esp32h2, esp32p4, esp32c5]
28+
target: [esp32c5]
2929
fail-fast: false
3030
steps:
3131
- name: Checkout repository

0 commit comments

Comments
 (0)