fix: Add IDF_PATH_FORCE for export.sh detection
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:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user