Merge branch 'ci/fix-windows-test-download-map-prefix_v5.5' into 'release/v5.5'

ci: fix windows test jobs download source (v5.5)

See merge request espressif/esp-idf!42362
This commit is contained in:
Ivan Grokhotkov
2025-10-10 11:29:44 +02:00
+6 -1
View File
@@ -14,7 +14,12 @@
- job: upload-submodules-cache
optional: true
artifacts: false
before_script: []
variables:
GIT_STRATEGY: fetch # use brew local mirror first
before_script:
- if ($env:IDF_DONT_USE_MIRRORS) {
$env:IDF_MIRROR_PREFIX_MAP = ""
}
after_script: []
test_cli_installer_win: