File tree 1 file changed +10
-1
lines changed
1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -201,9 +201,18 @@ jobs:
201
201
echo "Applying ${patch}"
202
202
patch -p1 < $patch
203
203
done
204
+ # Make Python 3.11 active
205
+ ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/2to3 /usr/local/bin/2to3
206
+ ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/idle3 /usr/local/bin/idle3
207
+ ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/pip3 /usr/local/bin/pip3
208
+ ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/pydoc3 /usr/local/bin/pydoc3
209
+ ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/python3 /usr/local/bin/python3
210
+ ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/python3-config /usr/local/bin/python3-config
211
+ ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/python3-intel64 /usr/local/bin/python3-intel64
204
212
- name : Bootstrap
205
213
working-directory : ./connectedhomeip/
206
- run : bash scripts/bootstrap.sh -p all,darwin
214
+ run : |
215
+ bash scripts/bootstrap.sh -p all,darwin
207
216
- name : Setup Build, Run Build and Run Tests
208
217
run : |
209
218
scripts/build/gn_gen.sh --args=" \
You can’t perform that action at this time.
0 commit comments