Skip to content

Commit eb337f2

Browse files
committed
Alias for bootstrap
1 parent 9d932af commit eb337f2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/build.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,9 @@ jobs:
218218
ls -l /usr/local/bin/* | grep Python.framework
219219
- name: Bootstrap
220220
working-directory: ./connectedhomeip/
221-
run: bash scripts/bootstrap.sh -p all,darwin
221+
run: |
222+
alias python3='python3.11'
223+
scripts/bootstrap.sh -p all,darwin
222224
- name: Setup Build, Run Build and Run Tests
223225
run: |
224226
scripts/build/gn_gen.sh --args=" \

0 commit comments

Comments
 (0)