Skip to content

Commit

Permalink
TEST: Compact filesystem.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jul 5, 2024
1 parent 19daaf5 commit 618f867
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 @@ -107,7 +107,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: gadgetoid/dir2uf2
ref: v0.0.4
ref: feature/compact
path: dir2uf2

- name: "HACK: Overclock & Overvolt Patch"
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
- name: Append Filesystem
shell: bash
run: |
python3 -m pip install littlefs-python==0.4.0
python3 -m pip install git+https://github.com/jrast/littlefs-python.git@compact
./dir2uf2/dir2uf2 --append-to micropython/ports/rp2/build/${{env.RELEASE_FILE}} --manifest ${{env.BOARD_DIR}}/uf2-manifest.txt --filename with-examples.uf2 ${{env.EXAMPLES_DIR}}/
- name: Store .uf2 as artifact
Expand Down

0 comments on commit 618f867

Please sign in to comment.