We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8262a08 commit 263a668Copy full SHA for 263a668
.github/workflows/macOS.yml
@@ -23,8 +23,7 @@ jobs:
23
- name: Install dependencies
24
run: |
25
brew install cmake
26
- brew tap ArmMbed/homebrew-formulae
27
- brew install arm-none-eabi-gcc
+ brew install --cask gcc-arm-embedded
28
29
- name: Build Project
30
# bash required otherwise this mysteriously (no error) fails at "Generating cyw43_bus_pio_spi.pio.h"
0 commit comments