Skip to content

Commit 3d5891a

Browse files
committed
CI: Fix ESP32-P4 simtest
Minor leftover from atomvm#2064 - apologies. Signed-off-by: Peter M <petermm@gmail.com>
1 parent 82b72be commit 3d5891a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/esp32-simtest.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -132,12 +132,6 @@ jobs:
132132
pytest-embedded-qemu==1.12.1 \
133133
pytest-embedded-wokwi==1.12.1
134134
135-
- name: Remove esp_wifi_remote for esp32p4 - as it's not relevant for sim tests
136-
if: matrix.esp-idf-target == 'esp32p4'
137-
working-directory: ./src/platforms/esp32/components/avm_builtins/
138-
run: |
139-
rm idf_component.yml
140-
141135
- name: Set SDKCONFIG_DEFAULTS and Build ESP32-sim tests using idf.py
142136
working-directory: ./src/platforms/esp32/test/
143137
run: |

0 commit comments

Comments
 (0)