Skip to content

Commit 9acda53

Browse files
authored
Merge pull request #191 from pimoroni/patch/littlefs
CI: Pin littlefs-python to v0.4.0.
2 parents e5b6d16 + 6586560 commit 9acda53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Prepare repository
3232
shell: bash
3333
run: |
34-
python3 -m pip install littlefs-python
34+
python3 -m pip install littlefs-python==0.4.0
3535
wget ${{env.FIRMWARE_URL}}/${{env.FIRMWARE_NAME}}.uf2
3636
./dir2uf2/dir2uf2 --append-to ${{env.FIRMWARE_NAME}}.uf2 --manifest enviro/uf2-manifest.txt --filename ${{env.RELEASE_FILE}}.uf2 enviro/
3737
rm -rf enviro/.git*

0 commit comments

Comments
 (0)