Skip to content

Commit 18248bf

Browse files
committed
messing with gcc on macos
1 parent aaa5244 commit 18248bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/macOS.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ jobs:
2121
- name: Install Dependencies
2222
run: |
2323
brew install --force gcc
24-
gcc -v
24+
cd /usr/local/bin
25+
ls | grep 'gcc'
2526
brew install --force ninja
2627
git submodule update --init -- lib/pycparser
2728
git submodule update --init --jobs 4 -- lib/micropython

0 commit comments

Comments
 (0)