summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2021-12-02 12:48:31 +0700
committerGitHub <[email protected]>2021-12-02 12:48:31 +0700
commit821c0a9f387dc3425b38e6187a5ca0846ab534ba (patch)
treef7692c77176ebde4a41fb12eac275998fc53dee4 /.github/workflows
parent6af58e3385837e8cbcee2fb4df42b62ad6772547 (diff)
parent1d1e75236c4bed4346e6ed840869de2c3acf7220 (diff)
Merge pull request #1223 from hathach/fix-s3-ci
temporarily skip s3 build on ci
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_esp.yml3
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