We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f48f5a commit f6f64bdCopy full SHA for f6f64bd
.github/workflows/micropython.yml
@@ -36,7 +36,7 @@ jobs:
36
PIMORONI_PICO_DIR: "${{ github.workspace }}/pimoroni-pico"
37
USER_C_MODULES: "${{ github.workspace }}/src-${{ github.sha }}/modules/${{ matrix.modules }}.cmake"
38
USER_FS_MANIFEST: "${{ github.workspace }}/src-${{ github.sha }}/modules/${{ matrix.modules }}.txt"
39
- USER_FS_SOURCE: "${{ github.workspace }}/src-${{ github.sha }}/modules/littlefs"
+ USER_FS_SOURCE: "${{ github.workspace }}/src-${{ github.sha }}/modules/py_littlefs"
40
TAG_OR_SHA: ${{ github.event.release.tag_name || github.sha }}
41
MICROPY_BOARD: ${{ matrix.board }}
42
MICROPY_BOARD_VARIANT: ${{ matrix.variant }}
0 commit comments