From c8fd97043b66aadf3f7128e54ec6ace5f6f05327 Mon Sep 17 00:00:00 2001 From: BRODY MORAN Date: Thu, 13 Oct 2022 11:43:48 +0000 Subject: [PATCH] yaml work --- .gitpod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitpod.yml b/.gitpod.yml index b8f2ac1..4ac4f96 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: 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 ..