yaml work

This commit is contained in:
Jess 2022-10-13 11:43:48 +00:00
parent a2b55c487b
commit c8fd97043b
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
# and commit this file to your remote git repository to share the goodness with others.
tasks:
- init: make clean && sudo apt install binutils-arm-none-eabi -y && git submodule update --remote && cd agbcc && ./build.sh && ./install.sh ../
- init: make clean && sudo apt install binutils-arm-none-eabi -y && git submodule update --remote && cd agbcc && ./build.sh && ./install.sh ../ && cd ..