Skip to content

Commit 7a2ebe5

Browse files
authored
Merge pull request #952 from pimoroni/test/revert-1.23.0
TEST: Revert to v1.23.0.
2 parents 9771274 + 48f2446 commit 7a2ebe5

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/micropython.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
types: [created]
88

99
env:
10-
MICROPYTHON_VERSION: 932f76c6ba64c5a3e68de3324556d9979f09303b
10+
MICROPYTHON_VERSION: v1.23.0
1111

1212
jobs:
1313
build:

ci/micropython.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ function micropython_clone {
1717
git clone https://github.com/micropython/micropython
1818
cd micropython
1919
git checkout $MICROPYTHON_VERSION
20+
git cherry-pick -n 932f76c6ba64c5a3e68de3324556d9979f09303b
2021
git submodule update --init lib/pico-sdk
2122
git submodule update --init lib/cyw43-driver
2223
git submodule update --init lib/lwip
@@ -73,4 +74,4 @@ function cmake_build {
7374
ccache --show-stats || true
7475
cd build-$BOARD_NAME
7576
cp firmware.uf2 $RELEASE_FILE.uf2
76-
}
77+
}

0 commit comments

Comments
 (0)