From 08f6c562762c72578634db05109185167bd0b265 Mon Sep 17 00:00:00 2001 From: Peter Barker Date: Fri, 3 Feb 2023 16:03:10 +1100 Subject: [PATCH] .github: remove Disco from size builds Unable to install compiler package on server for unknown reason --- .github/workflows/test_size.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/test_size.yml b/.github/workflows/test_size.yml index 5829a29d8e..8180714ae3 100644 --- a/.github/workflows/test_size.yml +++ b/.github/workflows/test_size.yml @@ -19,7 +19,6 @@ jobs: base, # GCC ] config: [ - disco, Durandal, MatekF405, Pixhawk1-1M, @@ -38,7 +37,6 @@ jobs: run: | NOW=$(date -u +"%F-%T") echo "{timestamp}=${NOW}" >> $GITHUB_OUTPUT - apt install -y arm-linux-gnueabihf - name: ccache cache files uses: actions/cache@v3 with: