Skip to content

Commit ab114fa

Browse files
authored
ESP32.yml aktualisieren
1 parent e2e800a commit ab114fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ESP32.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
if: steps.cache_esp_idf.outputs.cache-hit != 'true'
6060
run: |
6161
cd ~
62-
git clone --depth 1 --branch v5.4 https://github.com/espressif/esp-idf.git
62+
git clone --depth 1 --branch v5.4.2 https://github.com/espressif/esp-idf.git
6363
# git clone --depth 1 --branch ${{ env.IDF_VER }} https://github.com/espressif/esp-idf.git
6464
git -C esp-idf submodule update --init --recursive --filter=tree:0
6565
cd esp-idf

0 commit comments

Comments
 (0)