Skip to content

Commit 48f2446

Browse files
committed
CI: Cherry-pick our pins.csv patch.
1 parent 6eef96d commit 48f2446

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)