Skip to content

Commit f377aee

Browse files
committed
macOS gh action
1 parent 5ebc264 commit f377aee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build-common.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ jobs:
4646
run: |
4747
brew install cmake
4848
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
49+
brew install arm-none-eabi-gcc arm-none-eabi-newlib
5250
5351
# Windows specific setup
5452
- name: Install dependencies (Windows)

0 commit comments

Comments
 (0)