From 263a6680aaf590b3c48f55645f30d1b96d168832 Mon Sep 17 00:00:00 2001 From: Graham Sanderson Date: Tue, 5 Sep 2023 11:09:05 -0500 Subject: [PATCH] workflow update for macOS to fix bad GCC install --- .github/workflows/macOS.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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"