Skip to content

Commit 99835f7

Browse files
install Python 3.10 in dockerless Windows builds
1 parent 7e706d0 commit 99835f7

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
@@ -677,6 +677,12 @@ jobs:
677677
}
678678
docker pull $Image
679679
echo "image=$Image" >> "$env:GITHUB_OUTPUT"
680+
- name: "Install Python 3.10"
681+
if: ${{ !inputs.enable_windows_docker }}
682+
uses: actions/setup-python@v6
683+
with:
684+
python-version: "3.10"
685+
architecture: "x86"
680686
- name: Install Visual Studio Build Tools
681687
if: ${{ !inputs.enable_windows_docker }}
682688
run: . ${{ steps.script_path.outputs.root }}/.github/workflows/scripts/windows/install-vsb.ps1

0 commit comments

Comments
 (0)