Merge pull request #1372 from miek/mac-ci
Switch to gcc-arm-embedded package for macOS CI build
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -128,8 +128,8 @@ jobs:
|
||||
|
||||
- name: Install dependencies (macOS)
|
||||
run: |
|
||||
brew tap armmbed/formulae
|
||||
brew install arm-none-eabi-gcc dfu-util
|
||||
brew install --cask gcc-arm-embedded
|
||||
brew install dfu-util
|
||||
pip3 install PyYAML
|
||||
if: matrix.os == 'macos-latest'
|
||||
|
||||
|
Reference in New Issue
Block a user