Skip to content

Commit ae37344

Browse files
committed
Trim ARM CI toolchain install
1 parent 2e1f7f5 commit ae37344

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,9 @@ jobs:
115115
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
116116

117117
- name: Install ARM toolchain
118-
run: sudo apt-get update && sudo apt-get install -y gcc-arm-none-eabi
118+
run: |
119+
sudo apt-get update
120+
sudo apt-get install -y --no-install-recommends binutils-arm-none-eabi gcc-arm-none-eabi
119121
120122
- name: Compile-only
121123
run: |

0 commit comments

Comments
 (0)