Merge pull request #109 from pimoroni/patch-switch-ci-to-upstream

Switch MicroPython to build against upstream
This commit is contained in:
Philip Howard 2021-03-30 15:23:39 +01:00 committed by GitHub
commit ba1556d3c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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