diff --git a/.github/workflows/macOS.yml b/.github/workflows/macOS.yml index dcef4a3c..35cb9809 100644 --- a/.github/workflows/macOS.yml +++ b/.github/workflows/macOS.yml @@ -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"