Skip to content

Commit

Permalink
CI: Bump Pimoroni Pico and MicroPython to v1.23.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gadgetoid committed Jun 19, 2024
1 parent 6a8ffa5 commit c064ea0
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 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.2
PIMORONI_PICO_VERSION: v1.22.2-1bitpng
MICROPYTHON_VERSION: v1.23.0
PIMORONI_PICO_VERSION: v1.23.0-1
WORKFLOW_VERSION: v2

jobs:
Expand All @@ -35,6 +35,14 @@ jobs:
submodules: false # MicroPython submodules are hideously broken
path: micropython

- name: Apply MicroPython Backports
if: steps.cache.outputs.cache-hit != 'true'
shell: bash
working-directory: micropython
run: |
wget https://github.com/micropython/micropython/commit/932f76c6ba64c5a3e68de3324556d9979f09303b.patch
git apply 932f76c6ba64c5a3e68de3324556d9979f09303b.patch
- name: Fetch Pico submodules
if: steps.cache.outputs.cache-hit != 'true'
shell: bash
Expand Down

0 comments on commit c064ea0

Please sign in to comment.