Skip to content

Commit 6ec4b83

Browse files
authored
ESP32.yml aktualisieren
1 parent d12dd75 commit 6ec4b83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ESP32.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,8 @@ jobs:
132132
- name: Get MicroPython latest release
133133
run: |
134134
MPY_RELEASE=$(curl --silent "https://api.github.com/repos/micropython/micropython/releases/latest" | jq -r .tag_name)
135-
echo "MPY_RELEASE=${MPY_RELEASE}" >> $GITHUB_ENV
135+
# echo "MPY_RELEASE=${MPY_RELEASE}" >> $GITHUB_ENV
136+
echo "MPY_RELEASE=v1.25.0" >> $GITHUB_ENV
136137
137138
# Cache ESP-IDF dependencies and MicroPython
138139
- name: Cache ESP-IDF and MicroPython

0 commit comments

Comments
 (0)