Skip to content

Commit

Permalink
CI: TEST: Build against pins.csv patch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Feb 27, 2024
1 parent 473bdcc commit b31249c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/micropython.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ on:
types: [created]

env:
MICROPYTHON_VERSION: v1.22.1
PIMORONI_PICO_VERSION: v1.22.1
MICROPYTHON_VERSION: patch-rp2-pins-location
PIMORONI_PICO_VERSION: ci/micropython-edge
WORKFLOW_VERSION: v2

jobs:
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 b31249c

Please sign in to comment.