Merge pull request #109 from pimoroni/patch-switch-ci-to-upstream
Switch MicroPython to build against upstream
This commit is contained in:
commit
ba1556d3c2
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue