Skip to content

Commit

Permalink
CI: Produce sparse filesystem builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Sep 24, 2024
1 parent acc6c23 commit 0137fde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: gadgetoid/dir2uf2
ref: v0.0.8
ref: feature/no-uf2-padding
path: dir2uf2

- name: "MicroPython: Build MPY Cross"
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
shell: bash
run: |
python3 -m pip install littlefs-python==0.12.0
./dir2uf2/dir2uf2 --fs-compact --append-to build-${{ matrix.name }}/${{ env.RELEASE_FILE }}.uf2 --manifest ${{env.USER_FS_MANIFEST}} --filename with-filesystem.uf2 ${{env.USER_FS_SOURCE}}/
./dir2uf2/dir2uf2 --fs-compact --sparse --append-to build-${{ matrix.name }}/${{ env.RELEASE_FILE }}.uf2 --manifest ${{env.USER_FS_MANIFEST}} --filename with-filesystem.uf2 ${{env.USER_FS_SOURCE}}/
- name: "Artifacts: Upload .uf2"
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 0137fde

Please sign in to comment.