From 8852dc313aeed4232351fc6472e80097fcfb4e88 Mon Sep 17 00:00:00 2001 From: Lokesh Ramina Date: Sun, 24 Sep 2023 23:15:53 -0700 Subject: [PATCH] wip --- .github/workflows/carbonix_build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/carbonix_build.yml b/.github/workflows/carbonix_build.yml index c0daf5bb75..3e4911e268 100644 --- a/.github/workflows/carbonix_build.yml +++ b/.github/workflows/carbonix_build.yml @@ -184,6 +184,4 @@ jobs: fi PATH="/github/home/.local/bin:$PATH" ./waf configure --board sitl - ./waf build --target bin/arduplane - ccache -s - ccache -z \ No newline at end of file + ./waf build --target bin/arduplane \ No newline at end of file