fix: Set IDF_PATH explicitly in build job
Some checks failed
Lint & Build / Security Flaw Analysis (push) Successful in 16s
Lint & Build / Secret Scanning (push) Successful in 6s
Lint & Build / C/C++ Static Analysis (push) Successful in 35s
Lint & Build / Build Firmware (push) Failing after 16s

The espressif/idf:v5.5 container fails to auto-detect IDF_PATH
from export.sh when run under Gitea Actions. Set it explicitly
as an env var.
This commit is contained in:
user
2026-02-15 00:07:24 +01:00
parent 54640a733b
commit e96ec06a18

View File

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