Skip to content

Commit

Permalink
.github: remove Disco from size builds
Browse files Browse the repository at this point in the history
Unable to install compiler package on server for unknown reason
  • Loading branch information
peterbarker authored and IamPete1 committed Feb 3, 2023
1 parent 860046b commit 08f6c56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
base, # GCC
]
config: [
disco,
Durandal,
MatekF405,
Pixhawk1-1M,
Expand All @@ -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:
Expand Down

0 comments on commit 08f6c56

Please sign in to comment.