Skip to content

Commit

Permalink
?
Browse files Browse the repository at this point in the history
  • Loading branch information
Narsil committed Aug 24, 2023
1 parent b434ac5 commit 47397c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
architecture: x86
architecture: ${{ matrix.bits == '32' && 'x86' || 'x64' }}

- name: Install dependencies
run: |
Expand Down

0 comments on commit 47397c4

Please sign in to comment.