Skip to content

Commit 17d646c

Browse files
committed
Restore ARM compile headers in CI
1 parent ae37344 commit 17d646c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Install ARM toolchain
118118
run: |
119119
sudo apt-get update
120-
sudo apt-get install -y --no-install-recommends binutils-arm-none-eabi gcc-arm-none-eabi
120+
sudo apt-get install -y --no-install-recommends binutils-arm-none-eabi gcc-arm-none-eabi libnewlib-dev
121121
122122
- name: Compile-only
123123
run: |

0 commit comments

Comments
 (0)