File tree 1 file changed +4
-1
lines changed
1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -207,14 +207,17 @@ jobs:
207
207
brew unlink python@3.12
208
208
#brew unlink python@3.11
209
209
brew link --force --overwrite python@3.11
210
- brew switch python@3.11
211
210
python3 --version
212
211
brew unlink python@3.12 && brew link python@3.11
213
212
python3 --version
214
213
which python3
215
214
which python
216
215
ls -l /usr/local/bin/python*
217
216
ls -l /usr/bin/python*
217
+ ls -l /usr/local/bin/* | grep Python.framework
218
+ ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/python3 /usr/local/bin/python3
219
+ ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/python3-config /usr/local/bin/python3-config
220
+ ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/python3-intel64 /usr/local/bin/python3-intel64
218
221
- name : Bootstrap
219
222
working-directory : ./connectedhomeip/
220
223
run : |
You can’t perform that action at this time.
0 commit comments