Skip to content

Commit ddbb628

Browse files
committed
windows: Mark the corresponding Python Version.
1 parent 1a56811 commit ddbb628

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/linux.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
strategy:
4444
matrix:
4545
vs: ["58", "59"]
46+
arch: ["x64", "x86"]
4647
include:
4748
- vs: "58"
4849
python: "3.10"
@@ -54,7 +55,7 @@ jobs:
5455
uses: actions/setup-python@v3
5556
with:
5657
python-version: "${{ matrix.python }}"
57-
architecture: x64
58+
architecture: "${{ matrix.arch }}"
5859
- name: Installing dependencies
5960
run: |
6061
pip install flit

0 commit comments

Comments
 (0)