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)
|
- name: Install dependencies (macOS)
|
||||||
run: |
|
run: |
|
||||||
brew tap armmbed/formulae
|
brew install --cask gcc-arm-embedded
|
||||||
brew install arm-none-eabi-gcc dfu-util
|
brew install dfu-util
|
||||||
pip3 install PyYAML
|
pip3 install PyYAML
|
||||||
if: matrix.os == 'macos-latest'
|
if: matrix.os == 'macos-latest'
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user