fix: Add IDF_PATH_FORCE for export.sh detection
Some checks failed
Lint & Build / Security Flaw Analysis (push) Successful in 16s
Lint & Build / Secret Scanning (push) Successful in 5s
Lint & Build / C/C++ Static Analysis (push) Successful in 35s
Lint & Build / Build Firmware (push) Failing after 2m14s

export.sh requires IDF_PATH_FORCE=1 to honor the IDF_PATH env var
instead of auto-detecting from script location.
This commit is contained in:
user
2026-02-15 00:09:43 +01:00
parent e96ec06a18
commit ba6a2a13ee

View File

@@ -21,6 +21,7 @@ jobs:
CCACHE_DIR: /ccache
IDF_CCACHE_ENABLE: 1
IDF_PATH: /opt/esp/idf
IDF_PATH_FORCE: 1
steps:
- name: Checkout
run: |