Skip to content

Commit

Permalink
CI: Target MicroPython edge.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Oct 21, 2024
1 parent 88d716d commit 101ea84
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ on:
types: [created]

env:
MICROPYTHON_VERSION: v1.23.0
PIMORONI_PICO_VERSION: v1.23.0-1
MICROPYTHON_VERSION: feature/psram
MICROPYTHON_FLAVOUR: pimoroni
PIMORONI_PICO_VERSION: ci/micropython-edge
WORKFLOW_VERSION: v3

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

0 comments on commit 101ea84

Please sign in to comment.