Skip to content

Commit

Permalink
Merge pull request #36 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 5a1b9d9 + 46e715b commit 24d6eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
- name: Append Filesystem
shell: bash
run: |
python3 -m pip install littlefs-python
python3 -m pip install littlefs-python==0.4.0
./dir2uf2/dir2uf2 --fs-start ${{matrix.dir2uf2_fs_start}} --fs-size ${{matrix.dir2uf2_fs_size}} --append-to micropython/ports/rp2/build/${{env.RELEASE_FILE}} --manifest ${{env.BOARD_DIR}}/uf2-manifest.txt --filename with-badger-os.uf2 ${{env.BADGER_OS_DIR}}/
- name: Store .uf2 as artifact
Expand Down

0 comments on commit 24d6eb6

Please sign in to comment.