Skip to content

Commit

Permalink
Use python 3.8 for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
dumganhar committed Oct 6, 2023
1 parent 479c1cf commit f1ecde5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -440,6 +440,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: '3.8'

- name: Check is_debug
shell: bash
run: |
Expand All @@ -452,6 +456,8 @@ jobs:
- name: Print env
run: |
echo "env.IS_DEBUG=${{ env.IS_DEBUG }}"
echo "----- python version -----"
python --version
- name: Clone DepotTools
shell: bash
Expand Down

0 comments on commit f1ecde5

Please sign in to comment.