We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d12dd75 commit 6ec4b83Copy full SHA for 6ec4b83
.github/workflows/ESP32.yml
@@ -132,7 +132,8 @@ jobs:
132
- name: Get MicroPython latest release
133
run: |
134
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
+ # echo "MPY_RELEASE=${MPY_RELEASE}" >> $GITHUB_ENV
136
+ echo "MPY_RELEASE=v1.25.0" >> $GITHUB_ENV
137
138
# Cache ESP-IDF dependencies and MicroPython
139
- name: Cache ESP-IDF and MicroPython
0 commit comments