We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd52b59 commit 6c6512cCopy full SHA for 6c6512c
.github/workflows/swift_package_test.yml
@@ -672,6 +672,12 @@ jobs:
672
}
673
docker pull $Image
674
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"
681
- name: Install Visual Studio Build Tools
682
if: ${{ !inputs.enable_windows_docker }}
683
run: . ${{ steps.script_path.outputs.root }}/.github/workflows/scripts/windows/install-vsb.ps1
0 commit comments