Skip to content

Commit aaa5244

Browse files
committed
adds gcc to macos build
1 parent e1478bd commit aaa5244

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/macOS.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020

2121
- name: Install Dependencies
2222
run: |
23+
brew install --force gcc
24+
gcc -v
2325
brew install --force ninja
2426
git submodule update --init -- lib/pycparser
2527
git submodule update --init --jobs 4 -- lib/micropython

0 commit comments

Comments
 (0)