Skip to content

Commit 4039392

Browse files
fixup! Update ESP32 test workflow: Change ESP_IDF_TOOLS_INSTALL_DIR to custom path
1 parent fbee122 commit 4039392

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/esp32-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020

2121
env:
22-
ESP_IDF_VERSION: v5.5.1
22+
ESP_IDF_VERSION: v5.4.2
2323
ESP_IDF_TOOLS_INSTALL_DIR: custom:/opt/esp
2424
SCCACHE_GHA_ENABLED: "true"
2525
RUSTC_WRAPPER: "sccache"

0 commit comments

Comments
 (0)