Skip to content

Commit

Permalink
workflow update for macOS to fix bad GCC install
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham authored Sep 5, 2023
1 parent 8262a08 commit 263a668
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 @@ -23,8 +23,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
# bash required otherwise this mysteriously (no error) fails at "Generating cyw43_bus_pio_spi.pio.h"
Expand Down

0 comments on commit 263a668

Please sign in to comment.