ci: Use absolute path for ESP-IDF on host runner
Some checks failed
Lint & Build / Security Flaw Analysis (push) Successful in 15s
Lint & Build / Secret Scanning (push) Successful in 6s
Lint & Build / C/C++ Static Analysis (push) Successful in 28s
Lint & Build / Deploy to ESP Fleet (push) Failing after 1s
Lint & Build / Build Firmware (push) Has been cancelled

This commit is contained in:
user
2026-02-05 23:43:59 +01:00
parent f9d22cbe39
commit 89e05bbb7e

View File

@@ -125,7 +125,7 @@ jobs:
- name: Build firmware
run: |
. $HOME/esp/esp-idf/export.sh
. /home/user/esp/esp-idf/export.sh
cd get-started/csi_recv_router
idf.py build