From bc3ce00d25258f52695defcbee1da88880476feb Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sat, 28 Sep 2024 15:24:15 +0200 Subject: [PATCH] Setup Python before processing ANGLE build --- .github/workflows/windows_angle_wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/windows_angle_wheels.yml b/.github/workflows/windows_angle_wheels.yml index f43a3b1..130daf6 100644 --- a/.github/workflows/windows_angle_wheels.yml +++ b/.github/workflows/windows_angle_wheels.yml @@ -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