Skip to content

Commit 82fd266

Browse files
committed
fixup macOS action gcc install
1 parent eed0c29 commit 82fd266

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/macOS.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ jobs:
3535
- name: Install dependencies
3636
run: |
3737
brew install cmake
38-
brew tap ArmMbed/homebrew-formulae
39-
brew install arm-none-eabi-gcc
38+
brew install --cask gcc-arm-embedded
4039
4140
- name: Build Project
4241
working-directory: ${{github.workspace}}/pico-examples

0 commit comments

Comments
 (0)