Skip to content

Commit 18aebb7

Browse files
committed
yet another another try
1 parent ac9e08e commit 18aebb7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -207,14 +207,17 @@ jobs:
207207
brew unlink python@3.12
208208
#brew unlink python@3.11
209209
brew link --force --overwrite python@3.11
210-
brew switch python@3.11
211210
python3 --version
212211
brew unlink python@3.12 && brew link python@3.11
213212
python3 --version
214213
which python3
215214
which python
216215
ls -l /usr/local/bin/python*
217216
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
218221
- name: Bootstrap
219222
working-directory: ./connectedhomeip/
220223
run: |

0 commit comments

Comments
 (0)