Skip to content

Commit 78f1f63

Browse files
committed
Use setup python
1 parent c258460 commit 78f1f63

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,9 @@ jobs:
201201
echo "Applying ${patch}"
202202
patch -p1 < $patch
203203
done
204+
- uses: actions/setup-python@v5
205+
with:
206+
python-version: '3.11'
204207
- name: Bootstrap
205208
working-directory: ./connectedhomeip/
206209
run: bash scripts/bootstrap.sh -p all,darwin

0 commit comments

Comments
 (0)