diff options
| author | hathach <[email protected]> | 2021-06-28 16:25:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-06-28 16:25:28 +0700 |
| commit | b6f226dbaaa9e269d2b3a606f92b8e9ed8576d9e (patch) | |
| tree | d36964b3894837f71a7d193a421e10b9d5c8a820 | |
| parent | 35eaa4a4e3a66e909707201c22ea61f97b331793 (diff) | |
comment out esp32s3 ci due to USB0 not defined in IDF linker
| -rw-r--r-- | .github/workflows/build_esp.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build_esp.yml b/.github/workflows/build_esp.yml index 93d582361..25f4e68f8 100644 --- a/.github/workflows/build_esp.yml +++ b/.github/workflows/build_esp.yml @@ -18,7 +18,8 @@ jobs: # ESP32-S2 - 'espressif_saola_1' # ESP32-S3 - - 'espressif_addax_1' + # latest IDF does not define USB0 in linker + #- 'espressif_addax_1' steps: - name: Setup Python |
