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.
2 parents e5b6d16 + 6586560 commit 9acda53Copy full SHA for 9acda53
.github/workflows/release-zip.yml
@@ -31,7 +31,7 @@ jobs:
31
- name: Prepare repository
32
shell: bash
33
run: |
34
- python3 -m pip install littlefs-python
+ python3 -m pip install littlefs-python==0.4.0
35
wget ${{env.FIRMWARE_URL}}/${{env.FIRMWARE_NAME}}.uf2
36
./dir2uf2/dir2uf2 --append-to ${{env.FIRMWARE_NAME}}.uf2 --manifest enviro/uf2-manifest.txt --filename ${{env.RELEASE_FILE}}.uf2 enviro/
37
rm -rf enviro/.git*
0 commit comments