Skip to content

Commit d12dd75

Browse files
authored
ESP32.yml aktualisieren
1 parent 8b686e0 commit d12dd75

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
@@ -30,7 +30,7 @@ jobs:
3030
run: |
3131
MPY_RELEASE=$(curl --silent "https://api.github.com/repos/micropython/micropython/releases/latest" | jq -r .tag_name)
3232
# echo "MPY_RELEASE=${MPY_RELEASE}" >> $GITHUB_ENV
33-
echo "MPY_RELEASE=1.25.1" >> $GITHUB_ENV
33+
echo "MPY_RELEASE=v1.25.0" >> $GITHUB_ENV
3434
3535
# Cache ESP-IDF dependencies and MicroPython
3636
- name: Cache ESP-IDF and MicroPython

0 commit comments

Comments
 (0)