.github: remove Disco from size builds

Unable to install compiler package on server for unknown reason
This commit is contained in:
Peter Barker 2023-02-03 16:03:10 +11:00 committed by Peter Hall
parent 860046bede
commit 08f6c56276

View File

@ -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: