mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 05:57:16 +01:00
github/workflows: Introduce and use ci_esp32_idf_ver helper.
Signed-off-by: Jeff Epler <jepler@unpythonic.net>
This commit is contained in:
committed by
Damien George
parent
99c59fabdb
commit
0aa6115aac
4
.github/workflows/ports_esp32.yml
vendored
4
.github/workflows/ports_esp32.yml
vendored
@@ -36,8 +36,8 @@ jobs:
|
||||
- uses: actions/checkout@v6
|
||||
|
||||
- id: idf_ver
|
||||
name: Read the ESP-IDF version (including Python version)
|
||||
run: source tools/ci.sh && echo "IDF_VER=${IDF_VER}-py${PYTHON_VER}" | tee "$GITHUB_OUTPUT"
|
||||
name: Read the ESP-IDF version (including Python version) and set outputs.IDF_VER
|
||||
run: tools/ci.sh esp32_idf_ver | tee "${GITHUB_OUTPUT}"
|
||||
|
||||
- name: Cached ESP-IDF install
|
||||
id: cache_esp_idf
|
||||
|
||||
Reference in New Issue
Block a user