Skip to content

Commit 5c05eb4

Browse files
committed
Alias on bootstrap
1 parent 6949dcb commit 5c05eb4

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
@@ -203,7 +203,10 @@ jobs:
203203
done
204204
- name: Bootstrap
205205
working-directory: ./connectedhomeip/
206-
run: bash scripts/bootstrap.sh -p all,darwin
206+
run: |
207+
alias python='python3.11'
208+
alias python3='python3.11'
209+
scripts/bootstrap.sh -p all,darwin
207210
- name: Setup Build, Run Build and Run Tests
208211
run: |
209212
scripts/build/gn_gen.sh --args=" \

0 commit comments

Comments
 (0)