Skip to content

Commit 35713f8

Browse files
install x86_64 version of Python 3.10 (#203)
1 parent 2b396de commit 35713f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/swift_package_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -682,7 +682,7 @@ jobs:
682682
uses: actions/setup-python@v6
683683
with:
684684
python-version: "3.10"
685-
architecture: "x86"
685+
architecture: "x64"
686686
- name: Install Visual Studio Build Tools
687687
if: ${{ !inputs.enable_windows_docker }}
688688
run: . ${{ steps.script_path.outputs.root }}/.github/workflows/scripts/windows/install-vsb.ps1

0 commit comments

Comments
 (0)