Skip to content

Commit bf18811

Browse files
committed
alias on build
1 parent 5c05eb4 commit bf18811

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -209,6 +209,8 @@ jobs:
209209
scripts/bootstrap.sh -p all,darwin
210210
- name: Setup Build, Run Build and Run Tests
211211
run: |
212+
alias python='python3.11'
213+
alias python3='python3.11'
212214
scripts/build/gn_gen.sh --args=" \
213215
chip_crypto=\"boringssl\"
214216
enable_rtti=true \

0 commit comments

Comments
 (0)