Skip to content

Commit 4cfa7f9

Browse files
committed
Update download-install-esp32-build-components.yml
1 parent b0f842a commit 4cfa7f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines-templates/download-install-esp32-build-components.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ steps:
66
- task: Cache@2
77
displayName: Cache ESP32 tools
88
inputs:
9-
key: "esp32_tools | 5_1_4"
10-
restoreKeys: 5_1_4
9+
key: "esp32_tools | 5_2_2"
10+
restoreKeys: 5_2_2
1111
path: $(UserProfile)\.espressif\tools
1212
cacheHitVar: ESP32_TOOLS_CACHE_RESTORED
1313

0 commit comments

Comments
 (0)