Skip to content

Commit fbee122

Browse files
Update ESP32 test workflow: Change ESP_IDF_TOOLS_INSTALL_DIR to custom path
1 parent 36719ec commit fbee122

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/esp32-test.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020

2121
env:
2222
ESP_IDF_VERSION: v5.5.1
23-
ESP_IDF_TOOLS_INSTALL_DIR: /opt/esp
24-
ESP_IDF_PATH: /opt/esp/idf
23+
ESP_IDF_TOOLS_INSTALL_DIR: custom:/opt/esp
2524
SCCACHE_GHA_ENABLED: "true"
2625
RUSTC_WRAPPER: "sccache"
2726

0 commit comments

Comments
 (0)