Skip to content

Commit 6c6512c

Browse files
install Python 3.10 in dockerless Windows builds
1 parent bd52b59 commit 6c6512c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -672,6 +672,12 @@ jobs:
672672
}
673673
docker pull $Image
674674
echo "image=$Image" >> "$env:GITHUB_OUTPUT"
675+
- name: "Install Python 3.10"
676+
if: ${{ !inputs.enable_windows_docker }}
677+
uses: actions/setup-python@v6
678+
with:
679+
python-version: "3.10"
680+
architecture: "x86"
675681
- name: Install Visual Studio Build Tools
676682
if: ${{ !inputs.enable_windows_docker }}
677683
run: . ${{ steps.script_path.outputs.root }}/.github/workflows/scripts/windows/install-vsb.ps1

0 commit comments

Comments
 (0)