From 3b28650331c03d0caac79081b0ae6b13b3705f6b Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Tue, 30 Mar 2021 14:43:28 +0100 Subject: [PATCH] Switch MicroPython to build against upstream USER_C_MODULE support has been merged upstream. Hooray! --- .github/workflows/micropython.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/micropython.yml b/.github/workflows/micropython.yml index 5a3ff048..92ba618d 100644 --- a/.github/workflows/micropython.yml +++ b/.github/workflows/micropython.yml @@ -29,8 +29,8 @@ jobs: - name: Checkout MicroPython uses: actions/checkout@v2 with: - repository: pimoroni/micropython - ref: continuous-integration + repository: micropython/micropython + ref: master submodules: false # MicroPython submodules are hideously broken path: micropython