Skip to content

Commit

Permalink
Merge branch 'main' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
polhenarejos committed Nov 25, 2024
2 parents d5af2cd + a5fe9b5 commit 2319abe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflows/autobuild.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +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.0.0
git submodule update --init
cd ..
git clone https://github.com/raspberrypi/picotool
Expand Down

0 comments on commit 2319abe

Please sign in to comment.