diff --git a/.github/workflows/micropython.yml b/.github/workflows/micropython.yml index e9c9ae3..db88889 100644 --- a/.github/workflows/micropython.yml +++ b/.github/workflows/micropython.yml @@ -115,7 +115,7 @@ jobs: - uses: actions/checkout@v4 with: repository: gadgetoid/dir2uf2 - ref: v0.0.5 + ref: fix-mkdir path: dir2uf2 - name: "HACK: MicroPython out of tree board pins.csv patch" diff --git a/examples/tiny_fx/examples/_.py b/examples/tiny_fx/examples/_.py deleted file mode 100644 index f82445a..0000000 --- a/examples/tiny_fx/examples/_.py +++ /dev/null @@ -1,2 +0,0 @@ -# Ignore me, I'm here to fix a dir2uf2 bug by triggering the creation of -# the examples/ directory. See: https://github.com/Gadgetoid/dir2uf2/issues/10