Skip to content

Commit

Permalink
Merge pull request #191 from pimoroni/patch/littlefs
Browse files Browse the repository at this point in the history
CI: Pin littlefs-python to v0.4.0.
  • Loading branch information
Gadgetoid authored Jul 20, 2023
2 parents e5b6d16 + 6586560 commit 9acda53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-zip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Prepare repository
shell: bash
run: |
python3 -m pip install littlefs-python
python3 -m pip install littlefs-python==0.4.0
wget ${{env.FIRMWARE_URL}}/${{env.FIRMWARE_NAME}}.uf2
./dir2uf2/dir2uf2 --append-to ${{env.FIRMWARE_NAME}}.uf2 --manifest enviro/uf2-manifest.txt --filename ${{env.RELEASE_FILE}}.uf2 enviro/
rm -rf enviro/.git*
Expand Down

0 comments on commit 9acda53

Please sign in to comment.