Skip to content

Commit

Permalink
github: windows-build: Change to x64 architecture
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanasius committed Nov 18, 2022
1 parent eccd2e7 commit 8e81b31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/setup-python@v4
with:
python-version-file: '.python-version'
architecture: "x86"
architecture: "x64"

- name: Install python tools
run: |
Expand Down

0 comments on commit 8e81b31

Please sign in to comment.