Skip to content

Commit

Permalink
fixup macOS action gcc install
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham committed Sep 16, 2023
1 parent eed0c29 commit 82fd266
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/macOS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ jobs:
- name: Install dependencies
run: |
brew install cmake
brew tap ArmMbed/homebrew-formulae
brew install arm-none-eabi-gcc
brew install --cask gcc-arm-embedded
- name: Build Project
working-directory: ${{github.workspace}}/pico-examples
Expand Down

0 comments on commit 82fd266

Please sign in to comment.