summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-07-02 15:32:12 +0700
committerhathach <[email protected]>2025-07-02 15:32:12 +0700
commit0388700ad7c0fc8565457a56d7e7bd5744ac0d1d (patch)
tree55ac857d737e755cbb5c14d3ab1d5010ddc0ccc2 /.github/workflows
parent4579b4f8255a5ed06e276978474fab7c7567445a (diff)
update esp build, replace TUSB_MCU_VENDOR_ESPRESSIF by ESP_PLATFORM
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 58963013b..97f219e6f 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -93,7 +93,7 @@ jobs:
matrix:
toolchain:
- 'aarch64-gcc'
- - 'arm-clang'
+ #- 'arm-clang'
- 'arm-gcc'
- 'msp430-gcc'
- 'riscv-gcc'