From 78993902f04ac505e2ee461640fe6ec181212bcb Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Mon, 29 Jul 2024 18:19:36 +0100 Subject: [PATCH] CI: Use TinyFX 0.0.6 to fix mkdir bug. --- .github/workflows/micropython.yml | 2 +- examples/tiny_fx/examples/_.py | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 examples/tiny_fx/examples/_.py 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