We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ebc264 commit f377aeeCopy full SHA for f377aee
.github/workflows/build-common.yml
@@ -46,9 +46,7 @@ jobs:
46
run: |
47
brew install cmake
48
brew tap ArmMbed/homebrew-formulae
49
- brew install arm-none-eabi-gcc
50
- # Install newlib for nosys.specs
51
- brew install newlib-arm-none-eabi
+ brew install arm-none-eabi-gcc arm-none-eabi-newlib
52
53
# Windows specific setup
54
- name: Install dependencies (Windows)
0 commit comments