kopia lustrzana https://github.com/pimoroni/pimoroni-pico
CI: Bump MicroPython to v1.24.0.
rodzic
24971349fc
commit
3e16e1228f
|
@ -7,7 +7,8 @@ on:
|
|||
types: [created]
|
||||
|
||||
env:
|
||||
MICROPYTHON_VERSION: v1.23.0
|
||||
MICROPYTHON_VERSION: v1.24.0
|
||||
MICROPYTHON_FLAVOUR: micropython
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
@ -13,11 +13,9 @@ function log_warning {
|
|||
}
|
||||
|
||||
function micropython_clone {
|
||||
log_inform "Using MicroPython $MICROPYTHON_VERSION"
|
||||
git clone https://github.com/micropython/micropython
|
||||
log_inform "Using MicroPython $MICROPYTHON_FLAVOUR/$MICROPYTHON_VERSION"
|
||||
git clone https://github.com/$MICROPYTHON_FLAVOUR/micropython -b $MICROPYTHON_VERSION --depth=1
|
||||
cd micropython
|
||||
git checkout $MICROPYTHON_VERSION
|
||||
git cherry-pick -n 932f76c6ba64c5a3e68de3324556d9979f09303b
|
||||
git submodule update --init lib/pico-sdk
|
||||
git submodule update --init lib/cyw43-driver
|
||||
git submodule update --init lib/lwip
|
||||
|
|
Ładowanie…
Reference in New Issue