diff --git a/workflows/autobuild.sh b/workflows/autobuild.sh index ba016cb..0b6a0e0 100755 --- a/workflows/autobuild.sh +++ b/workflows/autobuild.sh @@ -7,7 +7,7 @@ if [[ $1 == "pico" ]]; then sudo apt install -y cmake gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib git clone https://github.com/raspberrypi/pico-sdk cd pico-sdk -git checkout tags/2.1.1 +git checkout tags/2.2.0 git submodule update --init cd .. git clone https://github.com/raspberrypi/picotool