Skip to content

Commit

Permalink
Merge pull request greatscottgadgets#1372 from miek/mac-ci
Browse files Browse the repository at this point in the history
Switch to gcc-arm-embedded package for macOS CI build
  • Loading branch information
martinling authored Nov 2, 2023
2 parents 799d9ad + 5f42c27 commit f5dd48a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down

0 comments on commit f5dd48a

Please sign in to comment.