We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b94386 commit ac12f24Copy full SHA for ac12f24
.github/workflows/macOS.yml
@@ -20,9 +20,8 @@ jobs:
20
21
- name: Install Dependencies
22
run: |
23
- brew reinstall gcc
24
- cd /usr/local/bin
25
- ls | grep 'gcc'
+ export PATH=/usr/local/bin:$PATH
+ ls /usr/local/bin/gcc* /usr/local/bin/g++*
26
brew install --force ninja
27
git submodule update --init -- lib/pycparser
28
git submodule update --init --jobs 4 -- lib/micropython
0 commit comments