Skip to content

Commit

Permalink
Attempt to build off our micropython fork
Browse files Browse the repository at this point in the history
  • Loading branch information
ZodiusInfuser committed Aug 22, 2023
1 parent 8751454 commit 7405cb1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
types: [created]

env:
MICROPYTHON_VERSION: 856e08b1931b88271816a2f60648f6ff332235b2
MICROPYTHON_VERSION: a18d62e06727e0c424da1f43f80a5b0cb76bcc04
PIMORONI_PICO_VERSION: 8cd8cfd5e58cf755129ed74a83f354d1e9e38e4d
WORKFLOW_VERSION: v2

Expand All @@ -30,7 +30,7 @@ jobs:
if: steps.cache.outputs.cache-hit != 'true'
uses: actions/checkout@v3
with:
repository: micropython/micropython
repository: pimoroni/micropython
ref: ${{env.MICROPYTHON_VERSION}}
submodules: false # MicroPython submodules are hideously broken
path: micropython
Expand Down

0 comments on commit 7405cb1

Please sign in to comment.