Skip to content

Commit 828a841

Browse files
committed
Readd stuff
1 parent d92b1ce commit 828a841

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,8 @@ jobs:
201201
echo "Applying ${patch}"
202202
patch -p1 < $patch
203203
done
204+
brew link --force --overwrite python@3.11
205+
python3 --version
204206
# Make Python 3.11 active
205207
ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/2to3 /usr/local/bin/2to3
206208
ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/idle3 /usr/local/bin/idle3
@@ -209,6 +211,7 @@ jobs:
209211
ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/python3 /usr/local/bin/python3
210212
ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/python3-config /usr/local/bin/python3-config
211213
ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/python3-intel64 /usr/local/bin/python3-intel64
214+
python3 --version
212215
- name: Bootstrap
213216
working-directory: ./connectedhomeip/
214217
run: |

0 commit comments

Comments
 (0)