fix: remove OTA builds

- OTA is supported by default
This commit is contained in:
ZanzyTHEbar 2023-03-12 01:23:17 +00:00
parent c61adc034b
commit 8b29a47504

View File

@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
target_name: [esp32AIThinker, esp32M5Stack, esp32Cam, esp_eye, wrover, wrovers3]
target_build_type: ["", _release, _OTA]
target_build_type: ["", _release] #, _OTA] # OTA is not needed
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3