Github does not clone submodules. So, let's do it

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2022-08-18 23:33:52 +02:00
parent 84ba0e03de
commit 36d250fc2b
No known key found for this signature in database
GPG Key ID: C0095B7870A4CCD3

View File

@ -1,5 +1,6 @@
#!/bin/bash
git submodule update --init
sudo apt update
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