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 8b686e0 commit d12dd75Copy full SHA for d12dd75
.github/workflows/ESP32.yml
@@ -30,7 +30,7 @@ jobs:
30
run: |
31
MPY_RELEASE=$(curl --silent "https://api.github.com/repos/micropython/micropython/releases/latest" | jq -r .tag_name)
32
# echo "MPY_RELEASE=${MPY_RELEASE}" >> $GITHUB_ENV
33
- echo "MPY_RELEASE=1.25.1" >> $GITHUB_ENV
+ echo "MPY_RELEASE=v1.25.0" >> $GITHUB_ENV
34
35
# Cache ESP-IDF dependencies and MicroPython
36
- name: Cache ESP-IDF and MicroPython
0 commit comments