We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eed0c29 commit 82fd266Copy full SHA for 82fd266
.github/workflows/macOS.yml
@@ -35,8 +35,7 @@ jobs:
35
- name: Install dependencies
36
run: |
37
brew install cmake
38
- brew tap ArmMbed/homebrew-formulae
39
- brew install arm-none-eabi-gcc
+ brew install --cask gcc-arm-embedded
40
41
- name: Build Project
42
working-directory: ${{github.workspace}}/pico-examples
0 commit comments