Skip to content

Commit

Permalink
Setup Python before processing ANGLE build
Browse files Browse the repository at this point in the history
  • Loading branch information
misl6 committed Sep 28, 2024
1 parent 9110766 commit bc3ce00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/windows_angle_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ jobs:
DEPOT_TOOLS_WIN_TOOLCHAIN: 0
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Get dependecies
run: |
. .\ci\windows_ci.ps1
Expand Down

0 comments on commit bc3ce00

Please sign in to comment.