Skip to content

Commit ac12f24

Browse files
committed
gcc
1 parent 3b94386 commit ac12f24

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/macOS.yml

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

2121
- name: Install Dependencies
2222
run: |
23-
brew reinstall gcc
24-
cd /usr/local/bin
25-
ls | grep 'gcc'
23+
export PATH=/usr/local/bin:$PATH
24+
ls /usr/local/bin/gcc* /usr/local/bin/g++*
2625
brew install --force ninja
2726
git submodule update --init -- lib/pycparser
2827
git submodule update --init --jobs 4 -- lib/micropython

0 commit comments

Comments
 (0)