diff options
| author | hathach <[email protected]> | 2021-12-02 12:02:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-12-02 12:02:25 +0700 |
| commit | 1d1e75236c4bed4346e6ed840869de2c3acf7220 (patch) | |
| tree | f7692c77176ebde4a41fb12eac275998fc53dee4 /.github/workflows | |
| parent | 6af58e3385837e8cbcee2fb4df42b62ad6772547 (diff) | |
temporarily skip s3 build on ci
Diffstat (limited to '.github/workflows')
| -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 15071b178..57dbf33e3 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' + #- 'espressif_addax_1' + # S3 compile error with "dangerous relocation: call8: call target out of range: memcpy" steps: - name: Setup Python |
