Skip to content

Commit f1ecde5

Browse files
committed
Use python 3.8 for windows
1 parent 479c1cf commit f1ecde5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -440,6 +440,10 @@ jobs:
440440
- name: Checkout
441441
uses: actions/checkout@v3
442442

443+
- uses: actions/setup-python@v4
444+
with:
445+
python-version: '3.8'
446+
443447
- name: Check is_debug
444448
shell: bash
445449
run: |
@@ -452,6 +456,8 @@ jobs:
452456
- name: Print env
453457
run: |
454458
echo "env.IS_DEBUG=${{ env.IS_DEBUG }}"
459+
echo "----- python version -----"
460+
python --version
455461
456462
- name: Clone DepotTools
457463
shell: bash

0 commit comments

Comments
 (0)