.github: remove Disco from size builds
Unable to install compiler package on server for unknown reason
This commit is contained in:
parent
860046bede
commit
08f6c56276
2
.github/workflows/test_size.yml
vendored
2
.github/workflows/test_size.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user