diff --git a/.gitpod.yml b/.gitpod.yml index c6c8a37..3885614 100644 --- a/.gitpod.yml +++ b/.gitpod.yml @@ -3,6 +3,6 @@ # and commit this file to your remote git repository to share the goodness with others. tasks: - - init: echo "See INSTALL.md for compilation instructions." + - init: make clean && sudo apt install binutils-arm-none-eabi -y && git submodule update --remote